Shades of East Side #B17ECC
Tints of East Side #B17ECC
RGB
CMYK
RGB Variations
Color information
#B17ECC (or 0xB17ECC) is known color: East Side. HEX triplet: B1, 7E and CC. RGB value is (177,126,204). Sum of RGB (Red+Green+Blue) = 177+126+204=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #B17ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ECC is #4E8133. Grayscale: #959595. Windows color (decimal): -5144884 or 13401777. OLE color: 13401777.
HSL color Cylindrical-coordinate representation of color #B17ECC: hue angle of 279.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B17ECC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 126 | 204 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.2 |
| HSL | 279.23º | 0.43% | 0.65% | - |
| HSV(B) | 279.23º | 0.38% | 0.8% | - |
| XYZ | 36.49 | 28.63 | 60.73 | - |
| YUV | 150.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 204 | 0.13 | 0.38 | 0 | 0.2 | 279.23 | 0.43 | 0.65 |
| Hex | B1 | 7E | CC | D | 26 | 0 | 14 | 117 | 2B | 41 |
| Octal | 261 | 176 | 314 | 15 | 46 | 0 | 24 | 427 | 53 | 101 |
| Binary | 10110001 | 1111110 | 11001100 | 1101 | 100110 | 0 | 10100 | 100010111 | 101011 | 1000001 |
Color Harmonies of #B17ECC
Complementary color
Monochromatic Colors of #B17ECC
Black with #B17ECC
Text Example
Text Example
White with #B17ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17ECC; }
p { color: rgb(177,126,204); }
H1.HeaderClassName
{
color: #B17ECC;
}
.AnyTagClassName
{
color: #B17ECC;
}
</style>
background-color css
<style>
a { background-color: #B17ECC; }
a { background-color: rgb(177,126,204); }
div.DivClassName
{
background-color: #B17ECC;
}
.BgClassName
{
background-color: #B17ECC;
}
</style>
border-color css
<style>
span { border-color: #B17ECC; }
span { border-color: rgb(177,126,204); }
td.TdClassName
{
border-color: #B17ECC;
}
.TagClassName
{
border-color: #B17ECC;
}
</style>