Shades of East Side #BB81CA
Tints of East Side #BB81CA
RGB
CMYK
RGB Variations
Color information
#BB81CA (or 0xBB81CA) is known color: East Side. HEX triplet: BB, 81 and CA. RGB value is (187,129,202). Sum of RGB (Red+Green+Blue) = 187+129+202=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB81CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81CA is #447E35. Grayscale: #9A9A9A. Windows color (decimal): -4488758 or 13271483. OLE color: 13271483.
HSL color Cylindrical-coordinate representation of color #BB81CA: hue angle of 287.67º 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 #BB81CA is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 129 | 202 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.21 |
| HSL | 287.67º | 0.41% | 0.65% | - |
| HSV(B) | 287.67º | 0.36% | 0.79% | - |
| XYZ | 39 | 30.53 | 59.71 | - |
| YUV | 154.66 | 154.72 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 202 | 0.07 | 0.36 | 0 | 0.21 | 287.67 | 0.41 | 0.65 |
| Hex | BB | 81 | CA | 7 | 24 | 0 | 15 | 120 | 29 | 41 |
| Octal | 273 | 201 | 312 | 7 | 44 | 0 | 25 | 440 | 51 | 101 |
| Binary | 10111011 | 10000001 | 11001010 | 111 | 100100 | 0 | 10101 | 100100000 | 101001 | 1000001 |
Color Harmonies of #BB81CA
Complementary color
Monochromatic Colors of #BB81CA
Black with #BB81CA
Text Example
Text Example
White with #BB81CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB81CA; }
p { color: rgb(187,129,202); }
H1.HeaderClassName
{
color: #BB81CA;
}
.AnyTagClassName
{
color: #BB81CA;
}
</style>
background-color css
<style>
a { background-color: #BB81CA; }
a { background-color: rgb(187,129,202); }
div.DivClassName
{
background-color: #BB81CA;
}
.BgClassName
{
background-color: #BB81CA;
}
</style>
border-color css
<style>
span { border-color: #BB81CA; }
span { border-color: rgb(187,129,202); }
td.TdClassName
{
border-color: #BB81CA;
}
.TagClassName
{
border-color: #BB81CA;
}
</style>