Shades of East Side #B071B9
Tints of East Side #B071B9
RGB
CMYK
RGB Variations
Color information
#B071B9 (or 0xB071B9) is known color: East Side. HEX triplet: B0, 71 and B9. RGB value is (176,113,185). Sum of RGB (Red+Green+Blue) = 176+113+185=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #B071B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071B9 is #4F8E46. Grayscale: #8B8B8B. Windows color (decimal): -5213767 or 12153264. OLE color: 12153264.
HSL color Cylindrical-coordinate representation of color #B071B9: hue angle of 292.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B071B9 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 113 | 185 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.27 |
| HSL | 292.5º | 0.34% | 0.58% | - |
| HSV(B) | 292.5º | 0.39% | 0.73% | - |
| XYZ | 32.57 | 24.54 | 48.92 | - |
| YUV | 140.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 185 | 0.05 | 0.39 | 0 | 0.27 | 292.5 | 0.34 | 0.58 |
| Hex | B0 | 71 | B9 | 5 | 27 | 0 | 1B | 124 | 22 | 3A |
| Octal | 260 | 161 | 271 | 5 | 47 | 0 | 33 | 444 | 42 | 72 |
| Binary | 10110000 | 1110001 | 10111001 | 101 | 100111 | 0 | 11011 | 100100100 | 100010 | 111010 |
Color Harmonies of #B071B9
Complementary color
Monochromatic Colors of #B071B9
Black with #B071B9
Text Example
Text Example
White with #B071B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B071B9; }
p { color: rgb(176,113,185); }
H1.HeaderClassName
{
color: #B071B9;
}
.AnyTagClassName
{
color: #B071B9;
}
</style>
background-color css
<style>
a { background-color: #B071B9; }
a { background-color: rgb(176,113,185); }
div.DivClassName
{
background-color: #B071B9;
}
.BgClassName
{
background-color: #B071B9;
}
</style>
border-color css
<style>
span { border-color: #B071B9; }
span { border-color: rgb(176,113,185); }
td.TdClassName
{
border-color: #B071B9;
}
.TagClassName
{
border-color: #B071B9;
}
</style>