Shades of East Side #B077CB
Tints of East Side #B077CB
RGB
CMYK
RGB Variations
Color information
#B077CB (or 0xB077CB) is known color: East Side. HEX triplet: B0, 77 and CB. RGB value is (176,119,203). Sum of RGB (Red+Green+Blue) = 176+119+203=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #B077CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077CB is #4F8834. Grayscale: #919191. Windows color (decimal): -5212213 or 13334448. OLE color: 13334448.
HSL color Cylindrical-coordinate representation of color #B077CB: hue angle of 280.71º 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 #B077CB is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 119 | 203 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.20 |
| HSL | 280.71º | 0.45% | 0.63% | - |
| HSV(B) | 280.71º | 0.41% | 0.8% | - |
| XYZ | 35.28 | 26.74 | 59.8 | - |
| YUV | 145.62 | 160.38 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 203 | 0.13 | 0.41 | 0 | 0.20 | 280.71 | 0.45 | 0.63 |
| Hex | B0 | 77 | CB | D | 29 | 0 | 14 | 119 | 2D | 3F |
| Octal | 260 | 167 | 313 | 15 | 51 | 0 | 24 | 431 | 55 | 77 |
| Binary | 10110000 | 1110111 | 11001011 | 1101 | 101001 | 0 | 10100 | 100011001 | 101101 | 111111 |
Color Harmonies of #B077CB
Complementary color
Monochromatic Colors of #B077CB
Black with #B077CB
Text Example
Text Example
White with #B077CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077CB; }
p { color: rgb(176,119,203); }
H1.HeaderClassName
{
color: #B077CB;
}
.AnyTagClassName
{
color: #B077CB;
}
</style>
background-color css
<style>
a { background-color: #B077CB; }
a { background-color: rgb(176,119,203); }
div.DivClassName
{
background-color: #B077CB;
}
.BgClassName
{
background-color: #B077CB;
}
</style>
border-color css
<style>
span { border-color: #B077CB; }
span { border-color: rgb(176,119,203); }
td.TdClassName
{
border-color: #B077CB;
}
.TagClassName
{
border-color: #B077CB;
}
</style>