Shades of East Side #BB81C0
Tints of East Side #BB81C0
RGB
CMYK
RGB Variations
Color information
#BB81C0 (or 0xBB81C0) is known color: East Side. HEX triplet: BB, 81 and C0. RGB value is (187,129,192). Sum of RGB (Red+Green+Blue) = 187+129+192=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB81C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81C0 is #447E3F. Grayscale: #999999. Windows color (decimal): -4488768 or 12616123. OLE color: 12616123.
HSL color Cylindrical-coordinate representation of color #BB81C0: hue angle of 295.24º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB81C0 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 129 | 192 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.25 |
| HSL | 295.24º | 0.33% | 0.63% | - |
| HSV(B) | 295.24º | 0.33% | 0.75% | - |
| XYZ | 37.86 | 30.07 | 53.68 | - |
| YUV | 153.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 192 | 0.03 | 0.33 | 0 | 0.25 | 295.24 | 0.33 | 0.63 |
| Hex | BB | 81 | C0 | 3 | 21 | 0 | 19 | 127 | 21 | 3F |
| Octal | 273 | 201 | 300 | 3 | 41 | 0 | 31 | 447 | 41 | 77 |
| Binary | 10111011 | 10000001 | 11000000 | 11 | 100001 | 0 | 11001 | 100100111 | 100001 | 111111 |
Color Harmonies of #BB81C0
Complementary color
Monochromatic Colors of #BB81C0
Black with #BB81C0
Text Example
Text Example
White with #BB81C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB81C0; }
p { color: rgb(187,129,192); }
H1.HeaderClassName
{
color: #BB81C0;
}
.AnyTagClassName
{
color: #BB81C0;
}
</style>
background-color css
<style>
a { background-color: #BB81C0; }
a { background-color: rgb(187,129,192); }
div.DivClassName
{
background-color: #BB81C0;
}
.BgClassName
{
background-color: #BB81C0;
}
</style>
border-color css
<style>
span { border-color: #BB81C0; }
span { border-color: rgb(187,129,192); }
td.TdClassName
{
border-color: #BB81C0;
}
.TagClassName
{
border-color: #BB81C0;
}
</style>