Shades of East Side #BB79C8
Tints of East Side #BB79C8
RGB
CMYK
RGB Variations
Color information
#BB79C8 (or 0xBB79C8) is known color: East Side. HEX triplet: BB, 79 and C8. RGB value is (187,121,200). Sum of RGB (Red+Green+Blue) = 187+121+200=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB79C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79C8 is #448637. Grayscale: #959595. Windows color (decimal): -4490808 or 13138363. OLE color: 13138363.
HSL color Cylindrical-coordinate representation of color #BB79C8: hue angle of 290.13º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB79C8 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 121 | 200 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.22 |
| HSL | 290.13º | 0.42% | 0.63% | - |
| HSV(B) | 290.13º | 0.4% | 0.78% | - |
| XYZ | 37.76 | 28.41 | 58.14 | - |
| YUV | 149.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 200 | 0.06 | 0.39 | 0 | 0.22 | 290.13 | 0.42 | 0.63 |
| Hex | BB | 79 | C8 | 6 | 27 | 0 | 16 | 122 | 2A | 3F |
| Octal | 273 | 171 | 310 | 6 | 47 | 0 | 26 | 442 | 52 | 77 |
| Binary | 10111011 | 1111001 | 11001000 | 110 | 100111 | 0 | 10110 | 100100010 | 101010 | 111111 |
Color Harmonies of #BB79C8
Complementary color
Monochromatic Colors of #BB79C8
Black with #BB79C8
Text Example
Text Example
White with #BB79C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB79C8; }
p { color: rgb(187,121,200); }
H1.HeaderClassName
{
color: #BB79C8;
}
.AnyTagClassName
{
color: #BB79C8;
}
</style>
background-color css
<style>
a { background-color: #BB79C8; }
a { background-color: rgb(187,121,200); }
div.DivClassName
{
background-color: #BB79C8;
}
.BgClassName
{
background-color: #BB79C8;
}
</style>
border-color css
<style>
span { border-color: #BB79C8; }
span { border-color: rgb(187,121,200); }
td.TdClassName
{
border-color: #BB79C8;
}
.TagClassName
{
border-color: #BB79C8;
}
</style>