Shades of East Side #BC81CA
Tints of East Side #BC81CA
RGB
CMYK
RGB Variations
Color information
#BC81CA (or 0xBC81CA) is known color: East Side. HEX triplet: BC, 81 and CA. RGB value is (188,129,202). Sum of RGB (Red+Green+Blue) = 188+129+202=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC81CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81CA is #437E35. Grayscale: #9A9A9A. Windows color (decimal): -4423222 or 13271484. OLE color: 13271484.
HSL color Cylindrical-coordinate representation of color #BC81CA: hue angle of 288.49º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC81CA is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 129 | 202 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.21 |
| HSL | 288.49º | 0.41% | 0.65% | - |
| HSV(B) | 288.49º | 0.36% | 0.79% | - |
| XYZ | 39.25 | 30.66 | 59.73 | - |
| YUV | 154.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 202 | 0.07 | 0.36 | 0 | 0.21 | 288.49 | 0.41 | 0.65 |
| Hex | BC | 81 | CA | 7 | 24 | 0 | 15 | 120 | 29 | 41 |
| Octal | 274 | 201 | 312 | 7 | 44 | 0 | 25 | 440 | 51 | 101 |
| Binary | 10111100 | 10000001 | 11001010 | 111 | 100100 | 0 | 10101 | 100100000 | 101001 | 1000001 |
Color Harmonies of #BC81CA
Complementary color
Monochromatic Colors of #BC81CA
Black with #BC81CA
Text Example
Text Example
White with #BC81CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81CA; }
p { color: rgb(188,129,202); }
H1.HeaderClassName
{
color: #BC81CA;
}
.AnyTagClassName
{
color: #BC81CA;
}
</style>
background-color css
<style>
a { background-color: #BC81CA; }
a { background-color: rgb(188,129,202); }
div.DivClassName
{
background-color: #BC81CA;
}
.BgClassName
{
background-color: #BC81CA;
}
</style>
border-color css
<style>
span { border-color: #BC81CA; }
span { border-color: rgb(188,129,202); }
td.TdClassName
{
border-color: #BC81CA;
}
.TagClassName
{
border-color: #BC81CA;
}
</style>