Shades of East Side #BB77C5
Tints of East Side #BB77C5
RGB
CMYK
RGB Variations
Color information
#BB77C5 (or 0xBB77C5) is known color: East Side. HEX triplet: BB, 77 and C5. RGB value is (187,119,197). Sum of RGB (Red+Green+Blue) = 187+119+197=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB77C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77C5 is #44883A. Grayscale: #939393. Windows color (decimal): -4491323 or 12941243. OLE color: 12941243.
HSL color Cylindrical-coordinate representation of color #BB77C5: hue angle of 292.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB77C5 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 119 | 197 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.23 |
| HSL | 292.31º | 0.4% | 0.62% | - |
| HSV(B) | 292.31º | 0.4% | 0.77% | - |
| XYZ | 37.17 | 27.79 | 56.23 | - |
| YUV | 148.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 197 | 0.05 | 0.40 | 0 | 0.23 | 292.31 | 0.4 | 0.62 |
| Hex | BB | 77 | C5 | 5 | 28 | 0 | 17 | 124 | 28 | 3E |
| Octal | 273 | 167 | 305 | 5 | 50 | 0 | 27 | 444 | 50 | 76 |
| Binary | 10111011 | 1110111 | 11000101 | 101 | 101000 | 0 | 10111 | 100100100 | 101000 | 111110 |
Color Harmonies of #BB77C5
Complementary color
Monochromatic Colors of #BB77C5
Black with #BB77C5
Text Example
Text Example
White with #BB77C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77C5; }
p { color: rgb(187,119,197); }
H1.HeaderClassName
{
color: #BB77C5;
}
.AnyTagClassName
{
color: #BB77C5;
}
</style>
background-color css
<style>
a { background-color: #BB77C5; }
a { background-color: rgb(187,119,197); }
div.DivClassName
{
background-color: #BB77C5;
}
.BgClassName
{
background-color: #BB77C5;
}
</style>
border-color css
<style>
span { border-color: #BB77C5; }
span { border-color: rgb(187,119,197); }
td.TdClassName
{
border-color: #BB77C5;
}
.TagClassName
{
border-color: #BB77C5;
}
</style>