COLOR #BF87CB

HEX: #BF87CB RGB: (191,135,203)

Color info

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

RGB color model

#BF87CB color RGB value is (191,135,203).

RGB: (191,135,203) (75%, 53%, 80%)

RGB channels and saturation

R 191 of 255 = 75%
G 135 of 255 = 53%
B 203 of 255 = 80%

191
135
203

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

Portions of RGB colors in percentages

R + G + B = 191 + 135 + 203 = 529 (100%)
R 191 of 529 ~ 36.11%
G 135 of 529 ~ 25.52%
B 203 of 529 ~ 38.37'%

%36.11
%25.52
%38.37

CMYK color model

#BF87CB color CMYK value is (6,33,0,20).

  • cyan value is 5.91%
  • magenta value is 33.50%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (6,33,0,20)
C6M33Y0K20 (6%, 33%, 0%, 20%)
(0.06 / 0.33 / 0.00 / 0.20)

CMYK percentages

%5.91
%33.5
%0
%20.39

Codes

Color #BF87CB in popluar color models

BF 87 CB
RGB 191 135 203
HSL 289° 39.53% 66.27%
HSB/HSV 289° 33.50% 79.61%
CMYK 5.91% 33.50% 0.00%
20.39%

Color #BF87CB in popluar number systems.

HEX BF 87 CB
Decimal 191 135 203
Binary 10111111 10000111 11001011
Octal 277 207 313

Shades and tints

Shades of #BF87CB

#BF87CB
(191,135,203)
#AE7BB9
(174,123,185)
#9D6FA7
(157,111,167)
#8C6395
(140,99,149)
#7B5783
(123,87,131)
#6A4B71
(106,75,113)
#593F5F
(89,63,95)
#48334D
(72,51,77)
#37273B
(55,39,59)
#261B29
(38,27,41)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #BF87CB

#BF87CB
(191,135,203)
#C491CF
(196,145,207)
#C99BD3
(201,155,211)
#CEA5D7
(206,165,215)
#D3AFDB
(211,175,219)
#D8B9DF
(216,185,223)
#DDC3E3
(221,195,227)
#E2CDE7
(226,205,231)
#E7D7EB
(231,215,235)
#ECE1EF
(236,225,239)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF87CB; }

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

This text font color is #BF87CB.

Background Color

.myBgColor { background-color: #BF87CB; }

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

This div background color is #BF87CB.

Border color

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

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

This div border color is #BF87CB.

Opacity

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

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

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

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

This text has shadow with #BF87CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF87CB.

Preview

Color preview on black background

This text has color #BF87CB on black background.


Color preview on white background

This text has color #BF87CB on white background.


Black color preview on #BF87CB background

This text has black color on #BF87CB background.


White color preview on #BF87CB background

This text has white color on #BF87CB background.


Related colors

Complementary color

Complementary color for #hex is #407834.


I love getcolorcode.com

Triadic colors

1 #CBBF87 and #87CBBF with #BF87CB are triadic colors.

2 #CB87BF and #87BFCB with #BF87CB are triadic colors.