Shades of East Side #B67ECE
Tints of East Side #B67ECE
RGB
CMYK
RGB Variations
Color information
#B67ECE (or 0xB67ECE) is known color: East Side. HEX triplet: B6, 7E and CE. RGB value is (182,126,206). Sum of RGB (Red+Green+Blue) = 182+126+206=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #B67ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ECE is #498131. Grayscale: #979797. Windows color (decimal): -4817202 or 13532854. OLE color: 13532854.
HSL color Cylindrical-coordinate representation of color #B67ECE: hue angle of 282º 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 #B67ECE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 126 | 206 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.19 |
| HSL | 282º | 0.45% | 0.65% | - |
| HSV(B) | 282º | 0.39% | 0.81% | - |
| XYZ | 37.89 | 29.32 | 62.06 | - |
| YUV | 151.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 206 | 0.12 | 0.39 | 0 | 0.19 | 282 | 0.45 | 0.65 |
| Hex | B6 | 7E | CE | C | 27 | 0 | 13 | 11A | 2D | 41 |
| Octal | 266 | 176 | 316 | 14 | 47 | 0 | 23 | 432 | 55 | 101 |
| Binary | 10110110 | 1111110 | 11001110 | 1100 | 100111 | 0 | 10011 | 100011010 | 101101 | 1000001 |
Color Harmonies of #B67ECE
Complementary color
Monochromatic Colors of #B67ECE
Black with #B67ECE
Text Example
Text Example
White with #B67ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67ECE; }
p { color: rgb(182,126,206); }
H1.HeaderClassName
{
color: #B67ECE;
}
.AnyTagClassName
{
color: #B67ECE;
}
</style>
background-color css
<style>
a { background-color: #B67ECE; }
a { background-color: rgb(182,126,206); }
div.DivClassName
{
background-color: #B67ECE;
}
.BgClassName
{
background-color: #B67ECE;
}
</style>
border-color css
<style>
span { border-color: #B67ECE; }
span { border-color: rgb(182,126,206); }
td.TdClassName
{
border-color: #B67ECE;
}
.TagClassName
{
border-color: #B67ECE;
}
</style>