Shades of East Side #B17ECD
Tints of East Side #B17ECD
RGB
CMYK
RGB Variations
Color information
#B17ECD (or 0xB17ECD) is known color: East Side. HEX triplet: B1, 7E and CD. RGB value is (177,126,205). Sum of RGB (Red+Green+Blue) = 177+126+205=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #B17ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ECD is #4E8132. Grayscale: #959595. Windows color (decimal): -5144883 or 13467313. OLE color: 13467313.
HSL color Cylindrical-coordinate representation of color #B17ECD: hue angle of 278.73º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B17ECD is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 126 | 205 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.20 |
| HSL | 278.73º | 0.44% | 0.65% | - |
| HSV(B) | 278.73º | 0.39% | 0.8% | - |
| XYZ | 36.61 | 28.68 | 61.36 | - |
| YUV | 150.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 205 | 0.14 | 0.39 | 0 | 0.20 | 278.73 | 0.44 | 0.65 |
| Hex | B1 | 7E | CD | E | 27 | 0 | 14 | 117 | 2C | 41 |
| Octal | 261 | 176 | 315 | 16 | 47 | 0 | 24 | 427 | 54 | 101 |
| Binary | 10110001 | 1111110 | 11001101 | 1110 | 100111 | 0 | 10100 | 100010111 | 101100 | 1000001 |
Color Harmonies of #B17ECD
Complementary color
Monochromatic Colors of #B17ECD
Black with #B17ECD
Text Example
Text Example
White with #B17ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17ECD; }
p { color: rgb(177,126,205); }
H1.HeaderClassName
{
color: #B17ECD;
}
.AnyTagClassName
{
color: #B17ECD;
}
</style>
background-color css
<style>
a { background-color: #B17ECD; }
a { background-color: rgb(177,126,205); }
div.DivClassName
{
background-color: #B17ECD;
}
.BgClassName
{
background-color: #B17ECD;
}
</style>
border-color css
<style>
span { border-color: #B17ECD; }
span { border-color: rgb(177,126,205); }
td.TdClassName
{
border-color: #B17ECD;
}
.TagClassName
{
border-color: #B17ECD;
}
</style>