Shades of East Side #B17ED6
Tints of East Side #B17ED6
RGB
CMYK
RGB Variations
Color information
#B17ED6 (or 0xB17ED6) is known color: East Side. HEX triplet: B1, 7E and D6. RGB value is (177,126,214). Sum of RGB (Red+Green+Blue) = 177+126+214=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #B17ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ED6 is #4E8129. Grayscale: #969696. Windows color (decimal): -5144874 or 14057137. OLE color: 14057137.
HSL color Cylindrical-coordinate representation of color #B17ED6: hue angle of 274.77º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B17ED6 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 126 | 214 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.16 |
| HSL | 274.77º | 0.52% | 0.67% | - |
| HSV(B) | 274.77º | 0.41% | 0.84% | - |
| XYZ | 37.73 | 29.12 | 67.25 | - |
| YUV | 151.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 214 | 0.17 | 0.41 | 0 | 0.16 | 274.77 | 0.52 | 0.67 |
| Hex | B1 | 7E | D6 | 11 | 29 | 0 | 10 | 113 | 34 | 43 |
| Octal | 261 | 176 | 326 | 21 | 51 | 0 | 20 | 423 | 64 | 103 |
| Binary | 10110001 | 1111110 | 11010110 | 10001 | 101001 | 0 | 10000 | 100010011 | 110100 | 1000011 |
Color Harmonies of #B17ED6
Complementary color
Monochromatic Colors of #B17ED6
Black with #B17ED6
Text Example
Text Example
White with #B17ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17ED6; }
p { color: rgb(177,126,214); }
H1.HeaderClassName
{
color: #B17ED6;
}
.AnyTagClassName
{
color: #B17ED6;
}
</style>
background-color css
<style>
a { background-color: #B17ED6; }
a { background-color: rgb(177,126,214); }
div.DivClassName
{
background-color: #B17ED6;
}
.BgClassName
{
background-color: #B17ED6;
}
</style>
border-color css
<style>
span { border-color: #B17ED6; }
span { border-color: rgb(177,126,214); }
td.TdClassName
{
border-color: #B17ED6;
}
.TagClassName
{
border-color: #B17ED6;
}
</style>