Shades of East Side #B57ECE
Tints of East Side #B57ECE
RGB
CMYK
RGB Variations
Color information
#B57ECE (or 0xB57ECE) is known color: East Side. HEX triplet: B5, 7E and CE. RGB value is (181,126,206). Sum of RGB (Red+Green+Blue) = 181+126+206=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #B57ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57ECE is #4A8131. Grayscale: #979797. Windows color (decimal): -4882738 or 13532853. OLE color: 13532853.
HSL color Cylindrical-coordinate representation of color #B57ECE: hue angle of 281.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B57ECE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 126 | 206 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.19 |
| HSL | 281.25º | 0.45% | 0.65% | - |
| HSV(B) | 281.25º | 0.39% | 0.81% | - |
| XYZ | 37.66 | 29.2 | 62.04 | - |
| YUV | 151.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 206 | 0.12 | 0.39 | 0 | 0.19 | 281.25 | 0.45 | 0.65 |
| Hex | B5 | 7E | CE | C | 27 | 0 | 13 | 119 | 2D | 41 |
| Octal | 265 | 176 | 316 | 14 | 47 | 0 | 23 | 431 | 55 | 101 |
| Binary | 10110101 | 1111110 | 11001110 | 1100 | 100111 | 0 | 10011 | 100011001 | 101101 | 1000001 |
Color Harmonies of #B57ECE
Complementary color
Monochromatic Colors of #B57ECE
Black with #B57ECE
Text Example
Text Example
White with #B57ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57ECE; }
p { color: rgb(181,126,206); }
H1.HeaderClassName
{
color: #B57ECE;
}
.AnyTagClassName
{
color: #B57ECE;
}
</style>
background-color css
<style>
a { background-color: #B57ECE; }
a { background-color: rgb(181,126,206); }
div.DivClassName
{
background-color: #B57ECE;
}
.BgClassName
{
background-color: #B57ECE;
}
</style>
border-color css
<style>
span { border-color: #B57ECE; }
span { border-color: rgb(181,126,206); }
td.TdClassName
{
border-color: #B57ECE;
}
.TagClassName
{
border-color: #B57ECE;
}
</style>