Shades of East Side #B075B8
Tints of East Side #B075B8
RGB
CMYK
RGB Variations
Color information
#B075B8 (or 0xB075B8) is known color: East Side. HEX triplet: B0, 75 and B8. RGB value is (176,117,184). Sum of RGB (Red+Green+Blue) = 176+117+184=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 184 - color contains mainly: blue. Hex color #B075B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075B8 is #4F8A47. Grayscale: #8E8E8E. Windows color (decimal): -5212744 or 12088752. OLE color: 12088752.
HSL color Cylindrical-coordinate representation of color #B075B8: hue angle of 292.84º 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 #B075B8 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 117 | 184 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.28 |
| HSL | 292.84º | 0.32% | 0.59% | - |
| HSV(B) | 292.84º | 0.36% | 0.72% | - |
| XYZ | 32.92 | 25.41 | 48.52 | - |
| YUV | 142.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 184 | 0.04 | 0.36 | 0 | 0.28 | 292.84 | 0.32 | 0.59 |
| Hex | B0 | 75 | B8 | 4 | 24 | 0 | 1C | 125 | 20 | 3B |
| Octal | 260 | 165 | 270 | 4 | 44 | 0 | 34 | 445 | 40 | 73 |
| Binary | 10110000 | 1110101 | 10111000 | 100 | 100100 | 0 | 11100 | 100100101 | 100000 | 111011 |
Color Harmonies of #B075B8
Complementary color
Monochromatic Colors of #B075B8
Black with #B075B8
Text Example
Text Example
White with #B075B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075B8; }
p { color: rgb(176,117,184); }
H1.HeaderClassName
{
color: #B075B8;
}
.AnyTagClassName
{
color: #B075B8;
}
</style>
background-color css
<style>
a { background-color: #B075B8; }
a { background-color: rgb(176,117,184); }
div.DivClassName
{
background-color: #B075B8;
}
.BgClassName
{
background-color: #B075B8;
}
</style>
border-color css
<style>
span { border-color: #B075B8; }
span { border-color: rgb(176,117,184); }
td.TdClassName
{
border-color: #B075B8;
}
.TagClassName
{
border-color: #B075B8;
}
</style>