Shades of East Side #B171BB
Tints of East Side #B171BB
RGB
CMYK
RGB Variations
Color information
#B171BB (or 0xB171BB) is known color: East Side. HEX triplet: B1, 71 and BB. RGB value is (177,113,187). Sum of RGB (Red+Green+Blue) = 177+113+187=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #B171BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171BB is #4E8E44. Grayscale: #8C8C8C. Windows color (decimal): -5148229 or 12284337. OLE color: 12284337.
HSL color Cylindrical-coordinate representation of color #B171BB: hue angle of 291.89º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B171BB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 113 | 187 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.27 |
| HSL | 291.89º | 0.35% | 0.59% | - |
| HSV(B) | 291.89º | 0.4% | 0.73% | - |
| XYZ | 33.01 | 24.75 | 50.05 | - |
| YUV | 140.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 187 | 0.05 | 0.40 | 0 | 0.27 | 291.89 | 0.35 | 0.59 |
| Hex | B1 | 71 | BB | 5 | 28 | 0 | 1B | 124 | 23 | 3B |
| Octal | 261 | 161 | 273 | 5 | 50 | 0 | 33 | 444 | 43 | 73 |
| Binary | 10110001 | 1110001 | 10111011 | 101 | 101000 | 0 | 11011 | 100100100 | 100011 | 111011 |
Color Harmonies of #B171BB
Complementary color
Monochromatic Colors of #B171BB
Black with #B171BB
Text Example
Text Example
White with #B171BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B171BB; }
p { color: rgb(177,113,187); }
H1.HeaderClassName
{
color: #B171BB;
}
.AnyTagClassName
{
color: #B171BB;
}
</style>
background-color css
<style>
a { background-color: #B171BB; }
a { background-color: rgb(177,113,187); }
div.DivClassName
{
background-color: #B171BB;
}
.BgClassName
{
background-color: #B171BB;
}
</style>
border-color css
<style>
span { border-color: #B171BB; }
span { border-color: rgb(177,113,187); }
td.TdClassName
{
border-color: #B171BB;
}
.TagClassName
{
border-color: #B171BB;
}
</style>