Shades of East Side #B58ECE
Tints of East Side #B58ECE
RGB
CMYK
RGB Variations
Color information
#B58ECE (or 0xB58ECE) is known color: East Side. HEX triplet: B5, 8E and CE. RGB value is (181,142,206). Sum of RGB (Red+Green+Blue) = 181+142+206=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #B58ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58ECE is #4A7131. Grayscale: #A0A0A0. Windows color (decimal): -4878642 or 13536949. OLE color: 13536949.
HSL color Cylindrical-coordinate representation of color #B58ECE: hue angle of 276.56º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B58ECE is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 142 | 206 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.19 |
| HSL | 276.56º | 0.4% | 0.68% | - |
| HSV(B) | 276.56º | 0.31% | 0.81% | - |
| XYZ | 39.87 | 33.63 | 62.78 | - |
| YUV | 160.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 206 | 0.12 | 0.31 | 0 | 0.19 | 276.56 | 0.4 | 0.68 |
| Hex | B5 | 8E | CE | C | 1F | 0 | 13 | 115 | 28 | 44 |
| Octal | 265 | 216 | 316 | 14 | 37 | 0 | 23 | 425 | 50 | 104 |
| Binary | 10110101 | 10001110 | 11001110 | 1100 | 11111 | 0 | 10011 | 100010101 | 101000 | 1000100 |
Color Harmonies of #B58ECE
Complementary color
Monochromatic Colors of #B58ECE
Black with #B58ECE
Text Example
Text Example
White with #B58ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58ECE; }
p { color: rgb(181,142,206); }
H1.HeaderClassName
{
color: #B58ECE;
}
.AnyTagClassName
{
color: #B58ECE;
}
</style>
background-color css
<style>
a { background-color: #B58ECE; }
a { background-color: rgb(181,142,206); }
div.DivClassName
{
background-color: #B58ECE;
}
.BgClassName
{
background-color: #B58ECE;
}
</style>
border-color css
<style>
span { border-color: #B58ECE; }
span { border-color: rgb(181,142,206); }
td.TdClassName
{
border-color: #B58ECE;
}
.TagClassName
{
border-color: #B58ECE;
}
</style>