COLOR #BC81B0

HEX: #BC81B0 RGB: (188,129,176)

Color info

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

RGB color model

#BC81B0 color RGB value is (188,129,176).

RGB: (188,129,176) (74%, 51%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 129 of 255 = 51%
B 176 of 255 = 69%

188
129
176

R + G + B ~ 65%. #BC81B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 129 + 176 = 493 (100%)
R 188 of 493 ~ 38.13%
G 129 of 493 ~ 26.17%
B 176 of 493 ~ 35.7'%

%38.13
%26.17
%35.7

CMYK color model

#BC81B0 color CMYK value is (0,31,6,26).

  • cyan value is 0.00%
  • magenta value is 31.38%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK: (0,31,6,26) C0M31Y6K26 (0%,31%,6%,26%) (0.00/0.31/0.06/0.26) 

CMYK percentages

%0
%31.38
%6.38
%26.27

Codes

Color #BC81B0 in popluar color models

BC 81 B0
RGB 188 129 176
HSL 312° 30.57% 62.16%
HSB/HSV 312° 31.38% 73.73%
CMYK 0.00% 31.38% 6.38%
26.27%

Color #BC81B0 in popluar number systems.

HEX BC 81 B0
Decimal 188 129 176
Binary 10111100 10000001 10110000
Octal 274 201 260

Shades and tints

Shades of #BC81B0

#BC81B0
(188,129,176)
#AB76A0
(171,118,160)
#9A6B90
(154,107,144)
#896080
(137,96,128)
#785570
(120,85,112)
#674A60
(103,74,96)
#563F50
(86,63,80)
#453440
(69,52,64)
#342930
(52,41,48)
#231E20
(35,30,32)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BC81B0

#BC81B0
(188,129,176)
#C28CB7
(194,140,183)
#C897BE
(200,151,190)
#CEA2C5
(206,162,197)
#D4ADCC
(212,173,204)
#DAB8D3
(218,184,211)
#E0C3DA
(224,195,218)
#E6CEE1
(230,206,225)
#ECD9E8
(236,217,232)
#F2E4EF
(242,228,239)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC81B0; }

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

This text font color is #BC81B0.

Background Color

.myBgColor { background-color: #BC81B0; }

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

This div background color is #BC81B0.

Border color

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

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

This div border color is #BC81B0.

Opacity

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

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

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

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

This text has shadow with #BC81B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC81B0.

Preview

Color preview on black background

This text has color #BC81B0 on black background.


Color preview on white background

This text has color #BC81B0 on white background.


Black color preview on #BC81B0 background

This text has black color on #BC81B0 background.


White color preview on #BC81B0 background

This text has white color on #BC81B0 background.


Related colors

Complementary color

Complementary color for #hex is #437E4F.


I love getcolorcode.com

Triadic colors

1 #B0BC81 and #81B0BC with #BC81B0 are triadic colors.

2 #B081BC and #81BCB0 with #BC81B0 are triadic colors.