COLOR #BF7FA5

HEX: #BF7FA5 RGB: (191,127,165)

Color info

#BF7FA5 contains mainly red and blue colors. Web safe color of #BF7FA5 is #CC6699 (or #C69).

RGB color model

#BF7FA5 color RGB value is (191,127,165).

RGB: (191,127,165) (75%, 50%, 65%)

RGB channels and saturation

R 191 of 255 = 75%
G 127 of 255 = 50%
B 165 of 255 = 65%

191
127
165

R + G + B ~ 63%. #BF7FA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 127 + 165 = 483 (100%)
R 191 of 483 ~ 39.54%
G 127 of 483 ~ 26.29%
B 165 of 483 ~ 34.16'%

%39.54
%26.29
%34.16

CMYK color model

#BF7FA5 color CMYK value is (0,34,14,25).

  • cyan value is 0.00%
  • magenta value is 33.51%
  • yellow value is 13.61%
  • key color value is 25.10%

CMYK: (0,34,14,25)
C0M34Y14K25 (0%, 34%, 14%, 25%)
(0.00 / 0.34 / 0.14 / 0.25)

CMYK percentages

%0
%33.51
%13.61
%25.1

Codes

Color #BF7FA5 in popluar color models

BF 7F A5
RGB 191 127 165
HSL 324° 33.33% 62.35%
HSB/HSV 324° 33.51% 74.90%
CMYK 0.00% 33.51% 13.61%
25.10%

Color #BF7FA5 in popluar number systems.

HEX BF 7F A5
Decimal 191 127 165
Binary 10111111 1111111 10100101
Octal 277 177 245

Shades and tints

Shades of #BF7FA5

#BF7FA5
(191,127,165)
#AE7496
(174,116,150)
#9D6987
(157,105,135)
#8C5E78
(140,94,120)
#7B5369
(123,83,105)
#6A485A
(106,72,90)
#593D4B
(89,61,75)
#48323C
(72,50,60)
#37272D
(55,39,45)
#261C1E
(38,28,30)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #BF7FA5

#BF7FA5
(191,127,165)
#C48AAD
(196,138,173)
#C995B5
(201,149,181)
#CEA0BD
(206,160,189)
#D3ABC5
(211,171,197)
#D8B6CD
(216,182,205)
#DDC1D5
(221,193,213)
#E2CCDD
(226,204,221)
#E7D7E5
(231,215,229)
#ECE2ED
(236,226,237)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7FA5 color. Also use rgb(191,127,165) instead hex code.

Text Font Color

.myTextColor { color: #BF7FA5; }

<p style="color:#BF7FA5">This sample text font color is #BF7FA5.</p>

This text font color is #BF7FA5.

Background Color

.myBgColor { background-color: #BF7FA5; }

<div style="background-color:#BF7FA5">Inner text</div>

This div background color is #BF7FA5.

Border color

.myBorderColor { border: 1px solid #BF7FA5; }

<div style="border:3px solid #BF7FA5">Div</div>

This div border color is #BF7FA5.

Opacity

.myOpacity80 { color: #BF7FA5; opacity: 0.8; }

<p style="color:#BF7FA5;opacity:0.8;">80%</p>

Text with #BF7FA5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BF7FA5;}

<p style="text-shadow: 3px 3px 1px #BF7FA5">Text here.</p>

This text has shadow with #BF7FA5 color.


.textShadow {text-shadow: 3px 3px 1px #BF7FA5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BF7FA5, 5px 5px 20px red">Text here.</p>

This text has shadow with #BF7FA5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BF7FA5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BF7FA5, Direction=45, Strength=4)">Text</p>

This text has shadow with #BF7FA5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BF7FA5;
-webkit-box-shadow: 1px 1px 3px 2px #BF7FA5;
box-shadow: 1px 1px 3px 2px #BF7FA5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BF7FA5; -webkit-box-shadow: 1px 1px 3px 2px #BF7FA5; box-shadow:1px 1px 3px 2px #BF7FA5;">
Div content here
</div>

This div box has shadow with color #BF7FA5.

Preview

Color preview on black background

This text has color #BF7FA5 on black background.


Color preview on white background

This text has color #BF7FA5 on white background.


Black color preview on #BF7FA5 background

This text has black color on #BF7FA5 background.


White color preview on #BF7FA5 background

This text has white color on #BF7FA5 background.


Related colors

Complementary color

Complementary color for #hex is #40805A.


I love getcolorcode.com

Triadic colors

1 #A5BF7F and #7FA5BF with #BF7FA5 are triadic colors.

2 #A57FBF and #7FBFA5 with #BF7FA5 are triadic colors.