COLOR #BC87D3

HEX: #BC87D3 RGB: (188,135,211)

Color info

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

RGB color model

#BC87D3 color RGB value is (188,135,211).

RGB: (188,135,211) (74%, 53%, 83%)

RGB channels and saturation

R 188 of 255 = 74%
G 135 of 255 = 53%
B 211 of 255 = 83%

188
135
211

R + G + B ~ 70%. #BC87D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 135 + 211 = 534 (100%)
R 188 of 534 ~ 35.21%
G 135 of 534 ~ 25.28%
B 211 of 534 ~ 39.51'%

%35.21
%25.28
%39.51

CMYK color model

#BC87D3 color CMYK value is (11,36,0,17).

  • cyan value is 10.90%
  • magenta value is 36.02%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (11,36,0,17) C11M36Y0K17 (11%,36%,0%,17%) (0.11/0.36/0.00/0.17) 

CMYK percentages

%10.9
%36.02
%0
%17.25

Codes

Color #BC87D3 in popluar color models

BC 87 D3
RGB 188 135 211
HSL 282° 46.34% 67.84%
HSB/HSV 282° 36.02% 82.75%
CMYK 10.90% 36.02% 0.00%
17.25%

Color #BC87D3 in popluar number systems.

HEX BC 87 D3
Decimal 188 135 211
Binary 10111100 10000111 11010011
Octal 274 207 323

Shades and tints

Shades of #BC87D3

#BC87D3
(188,135,211)
#AB7BC0
(171,123,192)
#9A6FAD
(154,111,173)
#89639A
(137,99,154)
#785787
(120,87,135)
#674B74
(103,75,116)
#563F61
(86,63,97)
#45334E
(69,51,78)
#34273B
(52,39,59)
#231B28
(35,27,40)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #BC87D3

#BC87D3
(188,135,211)
#C291D7
(194,145,215)
#C89BDB
(200,155,219)
#CEA5DF
(206,165,223)
#D4AFE3
(212,175,227)
#DAB9E7
(218,185,231)
#E0C3EB
(224,195,235)
#E6CDEF
(230,205,239)
#ECD7F3
(236,215,243)
#F2E1F7
(242,225,247)
#F8EBFB
(248,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC87D3; }

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

This text font color is #BC87D3.

Background Color

.myBgColor { background-color: #BC87D3; }

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

This div background color is #BC87D3.

Border color

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

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

This div border color is #BC87D3.

Opacity

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

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

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

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

This text has shadow with #BC87D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC87D3.

Preview

Color preview on black background

This text has color #BC87D3 on black background.


Color preview on white background

This text has color #BC87D3 on white background.


Black color preview on #BC87D3 background

This text has black color on #BC87D3 background.


White color preview on #BC87D3 background

This text has white color on #BC87D3 background.


Related colors

Complementary color

Complementary color for #hex is #43782C.


I love getcolorcode.com

Triadic colors

1 #D3BC87 and #87D3BC with #BC87D3 are triadic colors.

2 #D387BC and #87BCD3 with #BC87D3 are triadic colors.