COLOR #BC87B3

HEX: #BC87B3
RGB: (188,135,179)

Color info

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

RGB color model

#BC87B3 color RGB value is (188,135,179).

  • red value is 188;
  • green value is 135;
  • blue value is 179.
RGB:
(188,135,179)
(74%,53%,70%)

RGB channels and saturation

R 188 of 255 = 74%
G 135 of 255 = 53%
B 179 of 255 = 70%

188
135
179

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

Portions of RGB colors in percentages

R + G + B =
188 + 135 + 179 = 502 (100%)
R 188 of 502 ~ 37.45%
G 135 of 502 ~ 26.89%
B 179 of 502 ~ 35.66%

%37.45
%26.89
%35.66

CMYK color model

#BC87B3 color CMYK value is (0,28,5,26).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 4.79%
  • key color value is 26.27%
CMYK:
(0,28,5,26)
C0M28Y5K26 
(0%,28%,5%,26%)
(0.00/0.28/0.05/0.26)	

CMYK percentages

%0
%28.19
%4.79
%26.27

Codes

Color #BC87B3 in popluar color models

BC87B3
RGB188135179
HSL310°28.34%63.33%
HSB/HSV310°28.19%73.73%
CMYK0.00%28.19%4.79%
26.27%

Color #BC87B3 in popluar number systems.

HEXBC87B3
Decimal188135179
Binary101111001000011110110011
Octal274207263

Shades and tints

Shades of #BC87B3

#BC87B3
(188,135,179)
#AB7BA3
(171,123,163)
#9A6F93
(154,111,147)
#896383
(137,99,131)
#785773
(120,87,115)
#674B63
(103,75,99)
#563F53
(86,63,83)
#453343
(69,51,67)
#342733
(52,39,51)
#231B23
(35,27,35)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #BC87B3

#BC87B3
(188,135,179)
#C291B9
(194,145,185)
#C89BBF
(200,155,191)
#CEA5C5
(206,165,197)
#D4AFCB
(212,175,203)
#DAB9D1
(218,185,209)
#E0C3D7
(224,195,215)
#E6CDDD
(230,205,221)
#ECD7E3
(236,215,227)
#F2E1E9
(242,225,233)
#F8EBEF
(248,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC87B3 color. Also use rgb(188,135,179) instead hex code.

Text Font Color

.myTextColor { color: #BC87B3; }

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

This text font color is #BC87B3.


Background Color

.myBgColor { background-color: #BC87B3; }

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

This div background color is #BC87B3.


Border color

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

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

This div border color is #BC87B3.


Opacity

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

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

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

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

This text has shadow with #BC87B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC87B3 on black background.


Color preview on white background

This text has color #BC87B3 on white background.



Black color preview on #BC87B3 background

This text has black color on #BC87B3 background.


White color preview on #BC87B3 background

This text has white color on #BC87B3 background.