COLOR #BF87B0

HEX: #BF87B0 RGB: (191,135,176)

Color info

#BF87B0 contains red, green and blue colors in about the same proportion. Web safe color of #BF87B0 is #CC9999 (or #C99).

RGB color model

#BF87B0 color RGB value is (191,135,176).

RGB: (191,135,176) (75%, 53%, 69%)

RGB channels and saturation

R 191 of 255 = 75%
G 135 of 255 = 53%
B 176 of 255 = 69%

191
135
176

R + G + B ~ 66%. #BF87B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 135 + 176 = 502 (100%)
R 191 of 502 ~ 38.05%
G 135 of 502 ~ 26.89%
B 176 of 502 ~ 35.06'%

%38.05
%26.89
%35.06

CMYK color model

#BF87B0 color CMYK value is (0,29,8,25).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 7.85%
  • key color value is 25.10%
CMYK: (0,29,8,25) C0M29Y8K25 (0%,29%,8%,25%) (0.00/0.29/0.08/0.25) 

CMYK percentages

%0
%29.32
%7.85
%25.1

Codes

Color #BF87B0 in popluar color models

BF 87 B0
RGB 191 135 176
HSL 316° 30.43% 63.92%
HSB/HSV 316° 29.32% 74.90%
CMYK 0.00% 29.32% 7.85%
25.10%

Color #BF87B0 in popluar number systems.

HEX BF 87 B0
Decimal 191 135 176
Binary 10111111 10000111 10110000
Octal 277 207 260

Shades and tints

Shades of #BF87B0

#BF87B0
(191,135,176)
#AE7BA0
(174,123,160)
#9D6F90
(157,111,144)
#8C6380
(140,99,128)
#7B5770
(123,87,112)
#6A4B60
(106,75,96)
#593F50
(89,63,80)
#483340
(72,51,64)
#372730
(55,39,48)
#261B20
(38,27,32)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #BF87B0

#BF87B0
(191,135,176)
#C491B7
(196,145,183)
#C99BBE
(201,155,190)
#CEA5C5
(206,165,197)
#D3AFCC
(211,175,204)
#D8B9D3
(216,185,211)
#DDC3DA
(221,195,218)
#E2CDE1
(226,205,225)
#E7D7E8
(231,215,232)
#ECE1EF
(236,225,239)
#F1EBF6
(241,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF87B0; }

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

This text font color is #BF87B0.

Background Color

.myBgColor { background-color: #BF87B0; }

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

This div background color is #BF87B0.

Border color

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

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

This div border color is #BF87B0.

Opacity

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

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

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

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

This text has shadow with #BF87B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF87B0.

Preview

Color preview on black background

This text has color #BF87B0 on black background.


Color preview on white background

This text has color #BF87B0 on white background.


Black color preview on #BF87B0 background

This text has black color on #BF87B0 background.


White color preview on #BF87B0 background

This text has white color on #BF87B0 background.


Related colors

Complementary color

Complementary color for #hex is #40784F.


I love getcolorcode.com

Triadic colors

1 #B0BF87 and #87B0BF with #BF87B0 are triadic colors.

2 #B087BF and #87BFB0 with #BF87B0 are triadic colors.