Shades of East Side #BB78C7
Tints of East Side #BB78C7
RGB
CMYK
RGB Variations
Color information
#BB78C7 (or 0xBB78C7) is known color: East Side. HEX triplet: BB, 78 and C7. RGB value is (187,120,199). Sum of RGB (Red+Green+Blue) = 187+120+199=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB78C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78C7 is #448738. Grayscale: #949494. Windows color (decimal): -4491065 or 13072571. OLE color: 13072571.
HSL color Cylindrical-coordinate representation of color #BB78C7: hue angle of 290.89º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB78C7 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 120 | 199 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.22 |
| HSL | 290.89º | 0.41% | 0.63% | - |
| HSV(B) | 290.89º | 0.4% | 0.78% | - |
| XYZ | 37.52 | 28.12 | 57.48 | - |
| YUV | 149.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 199 | 0.06 | 0.40 | 0 | 0.22 | 290.89 | 0.41 | 0.63 |
| Hex | BB | 78 | C7 | 6 | 28 | 0 | 16 | 123 | 29 | 3F |
| Octal | 273 | 170 | 307 | 6 | 50 | 0 | 26 | 443 | 51 | 77 |
| Binary | 10111011 | 1111000 | 11000111 | 110 | 101000 | 0 | 10110 | 100100011 | 101001 | 111111 |
Color Harmonies of #BB78C7
Complementary color
Monochromatic Colors of #BB78C7
Black with #BB78C7
Text Example
Text Example
White with #BB78C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB78C7; }
p { color: rgb(187,120,199); }
H1.HeaderClassName
{
color: #BB78C7;
}
.AnyTagClassName
{
color: #BB78C7;
}
</style>
background-color css
<style>
a { background-color: #BB78C7; }
a { background-color: rgb(187,120,199); }
div.DivClassName
{
background-color: #BB78C7;
}
.BgClassName
{
background-color: #BB78C7;
}
</style>
border-color css
<style>
span { border-color: #BB78C7; }
span { border-color: rgb(187,120,199); }
td.TdClassName
{
border-color: #BB78C7;
}
.TagClassName
{
border-color: #BB78C7;
}
</style>