Shades of East Side #B17ED7
Tints of East Side #B17ED7
RGB
CMYK
RGB Variations
Color information
#B17ED7 (or 0xB17ED7) is known color: East Side. HEX triplet: B1, 7E and D7. RGB value is (177,126,215). Sum of RGB (Red+Green+Blue) = 177+126+215=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #B17ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ED7 is #4E8128. Grayscale: #979797. Windows color (decimal): -5144873 or 14122673. OLE color: 14122673.
HSL color Cylindrical-coordinate representation of color #B17ED7: hue angle of 274.38º degrees, saturation: 0.53, 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 #B17ED7 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 126 | 215 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.16 |
| HSL | 274.38º | 0.53% | 0.67% | - |
| HSV(B) | 274.38º | 0.41% | 0.84% | - |
| XYZ | 37.86 | 29.18 | 67.93 | - |
| YUV | 151.4 | 163.9 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 215 | 0.18 | 0.41 | 0 | 0.16 | 274.38 | 0.53 | 0.67 |
| Hex | B1 | 7E | D7 | 12 | 29 | 0 | 10 | 112 | 35 | 43 |
| Octal | 261 | 176 | 327 | 22 | 51 | 0 | 20 | 422 | 65 | 103 |
| Binary | 10110001 | 1111110 | 11010111 | 10010 | 101001 | 0 | 10000 | 100010010 | 110101 | 1000011 |
Color Harmonies of #B17ED7
Complementary color
Monochromatic Colors of #B17ED7
Black with #B17ED7
Text Example
Text Example
White with #B17ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17ED7; }
p { color: rgb(177,126,215); }
H1.HeaderClassName
{
color: #B17ED7;
}
.AnyTagClassName
{
color: #B17ED7;
}
</style>
background-color css
<style>
a { background-color: #B17ED7; }
a { background-color: rgb(177,126,215); }
div.DivClassName
{
background-color: #B17ED7;
}
.BgClassName
{
background-color: #B17ED7;
}
</style>
border-color css
<style>
span { border-color: #B17ED7; }
span { border-color: rgb(177,126,215); }
td.TdClassName
{
border-color: #B17ED7;
}
.TagClassName
{
border-color: #B17ED7;
}
</style>