Shades of East Side #BB81CC
Tints of East Side #BB81CC
RGB
CMYK
RGB Variations
Color information
#BB81CC (or 0xBB81CC) is known color: East Side. HEX triplet: BB, 81 and CC. RGB value is (187,129,204). Sum of RGB (Red+Green+Blue) = 187+129+204=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81CC is #447E33. Grayscale: #9A9A9A. Windows color (decimal): -4488756 or 13402555. OLE color: 13402555.
HSL color Cylindrical-coordinate representation of color #BB81CC: hue angle of 286.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB81CC is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 129 | 204 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.2 |
| HSL | 286.4º | 0.42% | 0.65% | - |
| HSV(B) | 286.4º | 0.37% | 0.8% | - |
| XYZ | 39.24 | 30.62 | 60.97 | - |
| YUV | 154.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 204 | 0.08 | 0.37 | 0 | 0.2 | 286.4 | 0.42 | 0.65 |
| Hex | BB | 81 | CC | 8 | 25 | 0 | 14 | 11E | 2A | 41 |
| Octal | 273 | 201 | 314 | 10 | 45 | 0 | 24 | 436 | 52 | 101 |
| Binary | 10111011 | 10000001 | 11001100 | 1000 | 100101 | 0 | 10100 | 100011110 | 101010 | 1000001 |
Color Harmonies of #BB81CC
Complementary color
Monochromatic Colors of #BB81CC
Black with #BB81CC
Text Example
Text Example
White with #BB81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB81CC; }
p { color: rgb(187,129,204); }
H1.HeaderClassName
{
color: #BB81CC;
}
.AnyTagClassName
{
color: #BB81CC;
}
</style>
background-color css
<style>
a { background-color: #BB81CC; }
a { background-color: rgb(187,129,204); }
div.DivClassName
{
background-color: #BB81CC;
}
.BgClassName
{
background-color: #BB81CC;
}
</style>
border-color css
<style>
span { border-color: #BB81CC; }
span { border-color: rgb(187,129,204); }
td.TdClassName
{
border-color: #BB81CC;
}
.TagClassName
{
border-color: #BB81CC;
}
</style>