Shades of East Side #BB78CB
Tints of East Side #BB78CB
RGB
CMYK
RGB Variations
Color information
#BB78CB (or 0xBB78CB) is known color: East Side. HEX triplet: BB, 78 and CB. RGB value is (187,120,203). Sum of RGB (Red+Green+Blue) = 187+120+203=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78CB is #448734. Grayscale: #959595. Windows color (decimal): -4491061 or 13334715. OLE color: 13334715.
HSL color Cylindrical-coordinate representation of color #BB78CB: hue angle of 288.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB78CB is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 120 | 203 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.20 |
| HSL | 288.43º | 0.44% | 0.63% | - |
| HSV(B) | 288.43º | 0.41% | 0.8% | - |
| XYZ | 37.99 | 28.31 | 59.96 | - |
| YUV | 149.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 203 | 0.08 | 0.41 | 0 | 0.20 | 288.43 | 0.44 | 0.63 |
| Hex | BB | 78 | CB | 8 | 29 | 0 | 14 | 120 | 2C | 3F |
| Octal | 273 | 170 | 313 | 10 | 51 | 0 | 24 | 440 | 54 | 77 |
| Binary | 10111011 | 1111000 | 11001011 | 1000 | 101001 | 0 | 10100 | 100100000 | 101100 | 111111 |
Color Harmonies of #BB78CB
Complementary color
Monochromatic Colors of #BB78CB
Black with #BB78CB
Text Example
Text Example
White with #BB78CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB78CB; }
p { color: rgb(187,120,203); }
H1.HeaderClassName
{
color: #BB78CB;
}
.AnyTagClassName
{
color: #BB78CB;
}
</style>
background-color css
<style>
a { background-color: #BB78CB; }
a { background-color: rgb(187,120,203); }
div.DivClassName
{
background-color: #BB78CB;
}
.BgClassName
{
background-color: #BB78CB;
}
</style>
border-color css
<style>
span { border-color: #BB78CB; }
span { border-color: rgb(187,120,203); }
td.TdClassName
{
border-color: #BB78CB;
}
.TagClassName
{
border-color: #BB78CB;
}
</style>