COLOR #BC81D6

HEX: #BC81D6
RGB: (188,129,214)

Color info

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

RGB color model

#BC81D6 color RGB value is (188,129,214).

  • red value is 188;
  • green value is 129;
  • blue value is 214.
RGB:
(188,129,214)
(74%,51%,84%)

RGB channels and saturation

R 188 of 255 = 74%
G 129 of 255 = 51%
B 214 of 255 = 84%

188
129
214

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

Portions of RGB colors in percentages

R + G + B =
188 + 129 + 214 = 531 (100%)
R 188 of 531 ~ 35.4%
G 129 of 531 ~ 24.29%
B 214 of 531 ~ 40.3%

%35.4
%24.29
%40.3

CMYK color model

#BC81D6 color CMYK value is (12,40,0,16).

  • cyan value is 12.15%
  • magenta value is 39.72%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(12,40,0,16)
C12M40Y0K16 
(12%,40%,0%,16%)
(0.12/0.40/0.00/0.16)	

CMYK percentages

%12.15
%39.72
%0
%16.08

Codes

Color #BC81D6 in popluar color models

BC81D6
RGB188129214
HSL282°50.90%67.25%
HSB/HSV282°39.72%83.92%
CMYK12.15%39.72%0.00%
16.08%

Color #BC81D6 in popluar number systems.

HEXBC81D6
Decimal188129214
Binary101111001000000111010110
Octal274201326

Shades and tints

Shades of #BC81D6

#BC81D6
(188,129,214)
#AB76C3
(171,118,195)
#9A6BB0
(154,107,176)
#89609D
(137,96,157)
#78558A
(120,85,138)
#674A77
(103,74,119)
#563F64
(86,63,100)
#453451
(69,52,81)
#34293E
(52,41,62)
#231E2B
(35,30,43)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #BC81D6

#BC81D6
(188,129,214)
#C28CD9
(194,140,217)
#C897DC
(200,151,220)
#CEA2DF
(206,162,223)
#D4ADE2
(212,173,226)
#DAB8E5
(218,184,229)
#E0C3E8
(224,195,232)
#E6CEEB
(230,206,235)
#ECD9EE
(236,217,238)
#F2E4F1
(242,228,241)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC81D6 color. Also use rgb(188,129,214) instead hex code.

Text Font Color

.myTextColor { color: #BC81D6; }

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

This text font color is #BC81D6.


Background Color

.myBgColor { background-color: #BC81D6; }

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

This div background color is #BC81D6.


Border color

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

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

This div border color is #BC81D6.


Opacity

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

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

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

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

This text has shadow with #BC81D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC81D6 on black background.


Color preview on white background

This text has color #BC81D6 on white background.



Black color preview on #BC81D6 background

This text has black color on #BC81D6 background.


White color preview on #BC81D6 background

This text has white color on #BC81D6 background.