COLOR #BC81B7

HEX: #BC81B7 RGB: (188,129,183)

Color info

#BC81B7 contains red, green and blue colors in about the same proportion. Web safe color of #BC81B7 is #CC99CC (or #C9C).

RGB color model

#BC81B7 color RGB value is (188,129,183).

RGB: (188,129,183) (74%, 51%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 129 of 255 = 51%
B 183 of 255 = 72%

188
129
183

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

Portions of RGB colors in percentages

R + G + B = 188 + 129 + 183 = 500 (100%)
R 188 of 500 ~ 37.6%
G 129 of 500 ~ 25.8%
B 183 of 500 ~ 36.6'%

%37.6
%25.8
%36.6

CMYK color model

#BC81B7 color CMYK value is (0,31,3,26).

  • cyan value is 0.00%
  • magenta value is 31.38%
  • yellow value is 2.66%
  • key color value is 26.27%
CMYK: (0,31,3,26) C0M31Y3K26 (0%,31%,3%,26%) (0.00/0.31/0.03/0.26) 

CMYK percentages

%0
%31.38
%2.66
%26.27

Codes

Color #BC81B7 in popluar color models

BC 81 B7
RGB 188 129 183
HSL 305° 30.57% 62.16%
HSB/HSV 305° 31.38% 73.73%
CMYK 0.00% 31.38% 2.66%
26.27%

Color #BC81B7 in popluar number systems.

HEX BC 81 B7
Decimal 188 129 183
Binary 10111100 10000001 10110111
Octal 274 201 267

Shades and tints

Shades of #BC81B7

#BC81B7
(188,129,183)
#AB76A7
(171,118,167)
#9A6B97
(154,107,151)
#896087
(137,96,135)
#785577
(120,85,119)
#674A67
(103,74,103)
#563F57
(86,63,87)
#453447
(69,52,71)
#342937
(52,41,55)
#231E27
(35,30,39)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #BC81B7

#BC81B7
(188,129,183)
#C28CBD
(194,140,189)
#C897C3
(200,151,195)
#CEA2C9
(206,162,201)
#D4ADCF
(212,173,207)
#DAB8D5
(218,184,213)
#E0C3DB
(224,195,219)
#E6CEE1
(230,206,225)
#ECD9E7
(236,217,231)
#F2E4ED
(242,228,237)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC81B7; }

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

This text font color is #BC81B7.

Background Color

.myBgColor { background-color: #BC81B7; }

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

This div background color is #BC81B7.

Border color

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

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

This div border color is #BC81B7.

Opacity

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

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

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

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

This text has shadow with #BC81B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC81B7.

Preview

Color preview on black background

This text has color #BC81B7 on black background.


Color preview on white background

This text has color #BC81B7 on white background.


Black color preview on #BC81B7 background

This text has black color on #BC81B7 background.


White color preview on #BC81B7 background

This text has white color on #BC81B7 background.


Related colors

Complementary color

Complementary color for #hex is #437E48.


I love getcolorcode.com

Triadic colors

1 #B7BC81 and #81B7BC with #BC81B7 are triadic colors.

2 #B781BC and #81BCB7 with #BC81B7 are triadic colors.