Shades of East Side #B477CB
Tints of East Side #B477CB
RGB
CMYK
RGB Variations
Color information
#B477CB (or 0xB477CB) is known color: East Side. HEX triplet: B4, 77 and CB. RGB value is (180,119,203). Sum of RGB (Red+Green+Blue) = 180+119+203=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #B477CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477CB is #4B8834. Grayscale: #929292. Windows color (decimal): -4950069 or 13334452. OLE color: 13334452.
HSL color Cylindrical-coordinate representation of color #B477CB: hue angle of 283.57º degrees, saturation: 0.45, 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 #B477CB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 119 | 203 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.20 |
| HSL | 283.57º | 0.45% | 0.63% | - |
| HSV(B) | 283.57º | 0.41% | 0.8% | - |
| XYZ | 36.2 | 27.21 | 59.84 | - |
| YUV | 146.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 203 | 0.11 | 0.41 | 0 | 0.20 | 283.57 | 0.45 | 0.63 |
| Hex | B4 | 77 | CB | B | 29 | 0 | 14 | 11C | 2D | 3F |
| Octal | 264 | 167 | 313 | 13 | 51 | 0 | 24 | 434 | 55 | 77 |
| Binary | 10110100 | 1110111 | 11001011 | 1011 | 101001 | 0 | 10100 | 100011100 | 101101 | 111111 |
Color Harmonies of #B477CB
Complementary color
Monochromatic Colors of #B477CB
Black with #B477CB
Text Example
Text Example
White with #B477CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B477CB; }
p { color: rgb(180,119,203); }
H1.HeaderClassName
{
color: #B477CB;
}
.AnyTagClassName
{
color: #B477CB;
}
</style>
background-color css
<style>
a { background-color: #B477CB; }
a { background-color: rgb(180,119,203); }
div.DivClassName
{
background-color: #B477CB;
}
.BgClassName
{
background-color: #B477CB;
}
</style>
border-color css
<style>
span { border-color: #B477CB; }
span { border-color: rgb(180,119,203); }
td.TdClassName
{
border-color: #B477CB;
}
.TagClassName
{
border-color: #B477CB;
}
</style>