COLOR #BF87C6

HEX: #BF87C6 RGB: (191,135,198)

Color info

#BF87C6 contains mainly red and blue colors. Web safe color of #BF87C6 is #CC99CC (or #C9C).

RGB color model

#BF87C6 color RGB value is (191,135,198).

RGB: (191,135,198) (75%, 53%, 78%)

RGB channels and saturation

R 191 of 255 = 75%
G 135 of 255 = 53%
B 198 of 255 = 78%

191
135
198

R + G + B ~ 69%. #BF87C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 135 + 198 = 524 (100%)
R 191 of 524 ~ 36.45%
G 135 of 524 ~ 25.76%
B 198 of 524 ~ 37.79'%

%36.45
%25.76
%37.79

CMYK color model

#BF87C6 color CMYK value is (4,32,0,22).

  • cyan value is 3.54%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (4,32,0,22)
C4M32Y0K22 (4%, 32%, 0%, 22%)
(0.04 / 0.32 / 0.00 / 0.22)

CMYK percentages

%3.54
%31.82
%0
%22.35

Codes

Color #BF87C6 in popluar color models

BF 87 C6
RGB 191 135 198
HSL 293° 35.59% 65.29%
HSB/HSV 293° 31.82% 77.65%
CMYK 3.54% 31.82% 0.00%
22.35%

Color #BF87C6 in popluar number systems.

HEX BF 87 C6
Decimal 191 135 198
Binary 10111111 10000111 11000110
Octal 277 207 306

Shades and tints

Shades of #BF87C6

#BF87C6
(191,135,198)
#AE7BB4
(174,123,180)
#9D6FA2
(157,111,162)
#8C6390
(140,99,144)
#7B577E
(123,87,126)
#6A4B6C
(106,75,108)
#593F5A
(89,63,90)
#483348
(72,51,72)
#372736
(55,39,54)
#261B24
(38,27,36)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #BF87C6

#BF87C6
(191,135,198)
#C491CB
(196,145,203)
#C99BD0
(201,155,208)
#CEA5D5
(206,165,213)
#D3AFDA
(211,175,218)
#D8B9DF
(216,185,223)
#DDC3E4
(221,195,228)
#E2CDE9
(226,205,233)
#E7D7EE
(231,215,238)
#ECE1F3
(236,225,243)
#F1EBF8
(241,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF87C6 color. Also use rgb(191,135,198) instead hex code.

Text Font Color

.myTextColor { color: #BF87C6; }

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

This text font color is #BF87C6.

Background Color

.myBgColor { background-color: #BF87C6; }

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

This div background color is #BF87C6.

Border color

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

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

This div border color is #BF87C6.

Opacity

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

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

Text with #BF87C6 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 #BF87C6;}

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

This text has shadow with #BF87C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF87C6.

Preview

Color preview on black background

This text has color #BF87C6 on black background.


Color preview on white background

This text has color #BF87C6 on white background.


Black color preview on #BF87C6 background

This text has black color on #BF87C6 background.


White color preview on #BF87C6 background

This text has white color on #BF87C6 background.


Related colors

Complementary color

Complementary color for #hex is #407839.


I love getcolorcode.com

Triadic colors

1 #C6BF87 and #87C6BF with #BF87C6 are triadic colors.

2 #C687BF and #87BFC6 with #BF87C6 are triadic colors.