Shades of East Side #B880CB
Tints of East Side #B880CB
RGB
CMYK
RGB Variations
Color information
#B880CB (or 0xB880CB) is known color: East Side. HEX triplet: B8, 80 and CB. RGB value is (184,128,203). Sum of RGB (Red+Green+Blue) = 184+128+203=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #B880CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880CB is #477F34. Grayscale: #999999. Windows color (decimal): -4685621 or 13336760. OLE color: 13336760.
HSL color Cylindrical-coordinate representation of color #B880CB: hue angle of 284.8º 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 #B880CB is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 128 | 203 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.20 |
| HSL | 284.8º | 0.42% | 0.65% | - |
| HSV(B) | 284.8º | 0.37% | 0.8% | - |
| XYZ | 38.27 | 29.94 | 60.26 | - |
| YUV | 153.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 203 | 0.09 | 0.37 | 0 | 0.20 | 284.8 | 0.42 | 0.65 |
| Hex | B8 | 80 | CB | 9 | 25 | 0 | 14 | 11D | 2A | 41 |
| Octal | 270 | 200 | 313 | 11 | 45 | 0 | 24 | 435 | 52 | 101 |
| Binary | 10111000 | 10000000 | 11001011 | 1001 | 100101 | 0 | 10100 | 100011101 | 101010 | 1000001 |
Color Harmonies of #B880CB
Complementary color
Monochromatic Colors of #B880CB
Black with #B880CB
Text Example
Text Example
White with #B880CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880CB; }
p { color: rgb(184,128,203); }
H1.HeaderClassName
{
color: #B880CB;
}
.AnyTagClassName
{
color: #B880CB;
}
</style>
background-color css
<style>
a { background-color: #B880CB; }
a { background-color: rgb(184,128,203); }
div.DivClassName
{
background-color: #B880CB;
}
.BgClassName
{
background-color: #B880CB;
}
</style>
border-color css
<style>
span { border-color: #B880CB; }
span { border-color: rgb(184,128,203); }
td.TdClassName
{
border-color: #B880CB;
}
.TagClassName
{
border-color: #B880CB;
}
</style>