Shades of East Side #B18ECD
Tints of East Side #B18ECD
RGB
CMYK
RGB Variations
Color information
#B18ECD (or 0xB18ECD) is known color: East Side. HEX triplet: B1, 8E and CD. RGB value is (177,142,205). Sum of RGB (Red+Green+Blue) = 177+142+205=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #B18ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ECD is #4E7132. Grayscale: #9F9F9F. Windows color (decimal): -5140787 or 13471409. OLE color: 13471409.
HSL color Cylindrical-coordinate representation of color #B18ECD: hue angle of 273.33º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B18ECD is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 142 | 205 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.20 |
| HSL | 273.33º | 0.39% | 0.68% | - |
| HSV(B) | 273.33º | 0.31% | 0.8% | - |
| XYZ | 38.82 | 33.1 | 62.1 | - |
| YUV | 159.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 205 | 0.14 | 0.31 | 0 | 0.20 | 273.33 | 0.39 | 0.68 |
| Hex | B1 | 8E | CD | E | 1F | 0 | 14 | 111 | 27 | 44 |
| Octal | 261 | 216 | 315 | 16 | 37 | 0 | 24 | 421 | 47 | 104 |
| Binary | 10110001 | 10001110 | 11001101 | 1110 | 11111 | 0 | 10100 | 100010001 | 100111 | 1000100 |
Color Harmonies of #B18ECD
Complementary color
Monochromatic Colors of #B18ECD
Black with #B18ECD
Text Example
Text Example
White with #B18ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18ECD; }
p { color: rgb(177,142,205); }
H1.HeaderClassName
{
color: #B18ECD;
}
.AnyTagClassName
{
color: #B18ECD;
}
</style>
background-color css
<style>
a { background-color: #B18ECD; }
a { background-color: rgb(177,142,205); }
div.DivClassName
{
background-color: #B18ECD;
}
.BgClassName
{
background-color: #B18ECD;
}
</style>
border-color css
<style>
span { border-color: #B18ECD; }
span { border-color: rgb(177,142,205); }
td.TdClassName
{
border-color: #B18ECD;
}
.TagClassName
{
border-color: #B18ECD;
}
</style>