Shades of East Side #B076B8
Tints of East Side #B076B8
RGB
CMYK
RGB Variations
Color information
#B076B8 (or 0xB076B8) is known color: East Side. HEX triplet: B0, 76 and B8. RGB value is (176,118,184). Sum of RGB (Red+Green+Blue) = 176+118+184=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 184 - color contains mainly: blue. Hex color #B076B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076B8 is #4F8947. Grayscale: #8E8E8E. Windows color (decimal): -5212488 or 12089008. OLE color: 12089008.
HSL color Cylindrical-coordinate representation of color #B076B8: hue angle of 292.73º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B076B8 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 118 | 184 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.28 |
| HSL | 292.73º | 0.32% | 0.59% | - |
| HSV(B) | 292.73º | 0.36% | 0.72% | - |
| XYZ | 33.03 | 25.65 | 48.56 | - |
| YUV | 142.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 184 | 0.04 | 0.36 | 0 | 0.28 | 292.73 | 0.32 | 0.59 |
| Hex | B0 | 76 | B8 | 4 | 24 | 0 | 1C | 125 | 20 | 3B |
| Octal | 260 | 166 | 270 | 4 | 44 | 0 | 34 | 445 | 40 | 73 |
| Binary | 10110000 | 1110110 | 10111000 | 100 | 100100 | 0 | 11100 | 100100101 | 100000 | 111011 |
Color Harmonies of #B076B8
Complementary color
Monochromatic Colors of #B076B8
Black with #B076B8
Text Example
Text Example
White with #B076B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B076B8; }
p { color: rgb(176,118,184); }
H1.HeaderClassName
{
color: #B076B8;
}
.AnyTagClassName
{
color: #B076B8;
}
</style>
background-color css
<style>
a { background-color: #B076B8; }
a { background-color: rgb(176,118,184); }
div.DivClassName
{
background-color: #B076B8;
}
.BgClassName
{
background-color: #B076B8;
}
</style>
border-color css
<style>
span { border-color: #B076B8; }
span { border-color: rgb(176,118,184); }
td.TdClassName
{
border-color: #B076B8;
}
.TagClassName
{
border-color: #B076B8;
}
</style>