Shades of East Side #B17EBB
Tints of East Side #B17EBB
RGB
CMYK
RGB Variations
Color information
#B17EBB (or 0xB17EBB) is known color: East Side. HEX triplet: B1, 7E and BB. RGB value is (177,126,187). Sum of RGB (Red+Green+Blue) = 177+126+187=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #B17EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17EBB is #4E8144. Grayscale: #949494. Windows color (decimal): -5144901 or 12287665. OLE color: 12287665.
HSL color Cylindrical-coordinate representation of color #B17EBB: hue angle of 290.16º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B17EBB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 126 | 187 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.27 |
| HSL | 290.16º | 0.31% | 0.61% | - |
| HSV(B) | 290.16º | 0.33% | 0.73% | - |
| XYZ | 34.56 | 27.86 | 50.57 | - |
| YUV | 148.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 187 | 0.05 | 0.33 | 0 | 0.27 | 290.16 | 0.31 | 0.61 |
| Hex | B1 | 7E | BB | 5 | 21 | 0 | 1B | 122 | 1F | 3D |
| Octal | 261 | 176 | 273 | 5 | 41 | 0 | 33 | 442 | 37 | 75 |
| Binary | 10110001 | 1111110 | 10111011 | 101 | 100001 | 0 | 11011 | 100100010 | 11111 | 111101 |
Color Harmonies of #B17EBB
Complementary color
Monochromatic Colors of #B17EBB
Black with #B17EBB
Text Example
Text Example
White with #B17EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17EBB; }
p { color: rgb(177,126,187); }
H1.HeaderClassName
{
color: #B17EBB;
}
.AnyTagClassName
{
color: #B17EBB;
}
</style>
background-color css
<style>
a { background-color: #B17EBB; }
a { background-color: rgb(177,126,187); }
div.DivClassName
{
background-color: #B17EBB;
}
.BgClassName
{
background-color: #B17EBB;
}
</style>
border-color css
<style>
span { border-color: #B17EBB; }
span { border-color: rgb(177,126,187); }
td.TdClassName
{
border-color: #B17EBB;
}
.TagClassName
{
border-color: #B17EBB;
}
</style>