Shades of East Side #BB78C9
Tints of East Side #BB78C9
RGB
CMYK
RGB Variations
Color information
#BB78C9 (or 0xBB78C9) is known color: East Side. HEX triplet: BB, 78 and C9. RGB value is (187,120,201). Sum of RGB (Red+Green+Blue) = 187+120+201=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB78C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78C9 is #448736. Grayscale: #959595. Windows color (decimal): -4491063 or 13203643. OLE color: 13203643.
HSL color Cylindrical-coordinate representation of color #BB78C9: hue angle of 289.63º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB78C9 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 120 | 201 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.21 |
| HSL | 289.63º | 0.43% | 0.63% | - |
| HSV(B) | 289.63º | 0.4% | 0.79% | - |
| XYZ | 37.75 | 28.21 | 58.71 | - |
| YUV | 149.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 201 | 0.07 | 0.40 | 0 | 0.21 | 289.63 | 0.43 | 0.63 |
| Hex | BB | 78 | C9 | 7 | 28 | 0 | 15 | 122 | 2B | 3F |
| Octal | 273 | 170 | 311 | 7 | 50 | 0 | 25 | 442 | 53 | 77 |
| Binary | 10111011 | 1111000 | 11001001 | 111 | 101000 | 0 | 10101 | 100100010 | 101011 | 111111 |
Color Harmonies of #BB78C9
Complementary color
Monochromatic Colors of #BB78C9
Black with #BB78C9
Text Example
Text Example
White with #BB78C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB78C9; }
p { color: rgb(187,120,201); }
H1.HeaderClassName
{
color: #BB78C9;
}
.AnyTagClassName
{
color: #BB78C9;
}
</style>
background-color css
<style>
a { background-color: #BB78C9; }
a { background-color: rgb(187,120,201); }
div.DivClassName
{
background-color: #BB78C9;
}
.BgClassName
{
background-color: #BB78C9;
}
</style>
border-color css
<style>
span { border-color: #BB78C9; }
span { border-color: rgb(187,120,201); }
td.TdClassName
{
border-color: #BB78C9;
}
.TagClassName
{
border-color: #BB78C9;
}
</style>