Shades of East Side #BC81CF
Tints of East Side #BC81CF
RGB
CMYK
RGB Variations
Color information
#BC81CF (or 0xBC81CF) is known color: East Side. HEX triplet: BC, 81 and CF. RGB value is (188,129,207). Sum of RGB (Red+Green+Blue) = 188+129+207=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC81CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81CF is #437E30. Grayscale: #9B9B9B. Windows color (decimal): -4423217 or 13599164. OLE color: 13599164.
HSL color Cylindrical-coordinate representation of color #BC81CF: hue angle of 285.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC81CF is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 129 | 207 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.19 |
| HSL | 285.38º | 0.45% | 0.66% | - |
| HSV(B) | 285.38º | 0.38% | 0.81% | - |
| XYZ | 39.85 | 30.9 | 62.89 | - |
| YUV | 155.53 | 157.05 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 207 | 0.09 | 0.38 | 0 | 0.19 | 285.38 | 0.45 | 0.66 |
| Hex | BC | 81 | CF | 9 | 26 | 0 | 13 | 11D | 2D | 42 |
| Octal | 274 | 201 | 317 | 11 | 46 | 0 | 23 | 435 | 55 | 102 |
| Binary | 10111100 | 10000001 | 11001111 | 1001 | 100110 | 0 | 10011 | 100011101 | 101101 | 1000010 |
Color Harmonies of #BC81CF
Complementary color
Monochromatic Colors of #BC81CF
Black with #BC81CF
Text Example
Text Example
White with #BC81CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81CF; }
p { color: rgb(188,129,207); }
H1.HeaderClassName
{
color: #BC81CF;
}
.AnyTagClassName
{
color: #BC81CF;
}
</style>
background-color css
<style>
a { background-color: #BC81CF; }
a { background-color: rgb(188,129,207); }
div.DivClassName
{
background-color: #BC81CF;
}
.BgClassName
{
background-color: #BC81CF;
}
</style>
border-color css
<style>
span { border-color: #BC81CF; }
span { border-color: rgb(188,129,207); }
td.TdClassName
{
border-color: #BC81CF;
}
.TagClassName
{
border-color: #BC81CF;
}
</style>