Shades of East Side #B077BC
Tints of East Side #B077BC
RGB
CMYK
RGB Variations
Color information
#B077BC (or 0xB077BC) is known color: East Side. HEX triplet: B0, 77 and BC. RGB value is (176,119,188). Sum of RGB (Red+Green+Blue) = 176+119+188=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #B077BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077BC is #4F8843. Grayscale: #8F8F8F. Windows color (decimal): -5212228 or 12351408. OLE color: 12351408.
HSL color Cylindrical-coordinate representation of color #B077BC: hue angle of 289.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B077BC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 119 | 188 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.26 |
| HSL | 289.57º | 0.34% | 0.6% | - |
| HSV(B) | 289.57º | 0.37% | 0.74% | - |
| XYZ | 33.58 | 26.05 | 50.84 | - |
| YUV | 143.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 188 | 0.06 | 0.37 | 0 | 0.26 | 289.57 | 0.34 | 0.6 |
| Hex | B0 | 77 | BC | 6 | 25 | 0 | 1A | 122 | 22 | 3C |
| Octal | 260 | 167 | 274 | 6 | 45 | 0 | 32 | 442 | 42 | 74 |
| Binary | 10110000 | 1110111 | 10111100 | 110 | 100101 | 0 | 11010 | 100100010 | 100010 | 111100 |
Color Harmonies of #B077BC
Complementary color
Monochromatic Colors of #B077BC
Black with #B077BC
Text Example
Text Example
White with #B077BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077BC; }
p { color: rgb(176,119,188); }
H1.HeaderClassName
{
color: #B077BC;
}
.AnyTagClassName
{
color: #B077BC;
}
</style>
background-color css
<style>
a { background-color: #B077BC; }
a { background-color: rgb(176,119,188); }
div.DivClassName
{
background-color: #B077BC;
}
.BgClassName
{
background-color: #B077BC;
}
</style>
border-color css
<style>
span { border-color: #B077BC; }
span { border-color: rgb(176,119,188); }
td.TdClassName
{
border-color: #B077BC;
}
.TagClassName
{
border-color: #B077BC;
}
</style>