Shades of East Side #BC81C1
Tints of East Side #BC81C1
RGB
CMYK
RGB Variations
Color information
#BC81C1 (or 0xBC81C1) is known color: East Side. HEX triplet: BC, 81 and C1. RGB value is (188,129,193). Sum of RGB (Red+Green+Blue) = 188+129+193=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC81C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81C1 is #437E3E. Grayscale: #999999. Windows color (decimal): -4423231 or 12681660. OLE color: 12681660.
HSL color Cylindrical-coordinate representation of color #BC81C1: hue angle of 295.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC81C1 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 129 | 193 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.24 |
| HSL | 295.31º | 0.34% | 0.63% | - |
| HSV(B) | 295.31º | 0.33% | 0.76% | - |
| XYZ | 38.21 | 30.24 | 54.28 | - |
| YUV | 153.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 193 | 0.03 | 0.33 | 0 | 0.24 | 295.31 | 0.34 | 0.63 |
| Hex | BC | 81 | C1 | 3 | 21 | 0 | 18 | 127 | 22 | 3F |
| Octal | 274 | 201 | 301 | 3 | 41 | 0 | 30 | 447 | 42 | 77 |
| Binary | 10111100 | 10000001 | 11000001 | 11 | 100001 | 0 | 11000 | 100100111 | 100010 | 111111 |
Color Harmonies of #BC81C1
Complementary color
Monochromatic Colors of #BC81C1
Black with #BC81C1
Text Example
Text Example
White with #BC81C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81C1; }
p { color: rgb(188,129,193); }
H1.HeaderClassName
{
color: #BC81C1;
}
.AnyTagClassName
{
color: #BC81C1;
}
</style>
background-color css
<style>
a { background-color: #BC81C1; }
a { background-color: rgb(188,129,193); }
div.DivClassName
{
background-color: #BC81C1;
}
.BgClassName
{
background-color: #BC81C1;
}
</style>
border-color css
<style>
span { border-color: #BC81C1; }
span { border-color: rgb(188,129,193); }
td.TdClassName
{
border-color: #BC81C1;
}
.TagClassName
{
border-color: #BC81C1;
}
</style>