Shades of East Side #BB80CB
Tints of East Side #BB80CB
RGB
CMYK
RGB Variations
Color information
#BB80CB (or 0xBB80CB) is known color: East Side. HEX triplet: BB, 80 and CB. RGB value is (187,128,203). Sum of RGB (Red+Green+Blue) = 187+128+203=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB80CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80CB is #447F34. Grayscale: #999999. Windows color (decimal): -4489013 or 13336763. OLE color: 13336763.
HSL color Cylindrical-coordinate representation of color #BB80CB: hue angle of 287.2º 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 #BB80CB is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 128 | 203 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.20 |
| HSL | 287.2º | 0.42% | 0.65% | - |
| HSV(B) | 287.2º | 0.37% | 0.8% | - |
| XYZ | 38.99 | 30.31 | 60.3 | - |
| YUV | 154.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 203 | 0.08 | 0.37 | 0 | 0.20 | 287.2 | 0.42 | 0.65 |
| Hex | BB | 80 | CB | 8 | 25 | 0 | 14 | 11F | 2A | 41 |
| Octal | 273 | 200 | 313 | 10 | 45 | 0 | 24 | 437 | 52 | 101 |
| Binary | 10111011 | 10000000 | 11001011 | 1000 | 100101 | 0 | 10100 | 100011111 | 101010 | 1000001 |
Color Harmonies of #BB80CB
Complementary color
Monochromatic Colors of #BB80CB
Black with #BB80CB
Text Example
Text Example
White with #BB80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80CB; }
p { color: rgb(187,128,203); }
H1.HeaderClassName
{
color: #BB80CB;
}
.AnyTagClassName
{
color: #BB80CB;
}
</style>
background-color css
<style>
a { background-color: #BB80CB; }
a { background-color: rgb(187,128,203); }
div.DivClassName
{
background-color: #BB80CB;
}
.BgClassName
{
background-color: #BB80CB;
}
</style>
border-color css
<style>
span { border-color: #BB80CB; }
span { border-color: rgb(187,128,203); }
td.TdClassName
{
border-color: #BB80CB;
}
.TagClassName
{
border-color: #BB80CB;
}
</style>