Shades of East Side #B39EC2
Tints of East Side #B39EC2
RGB
CMYK
RGB Variations
Color information
#B39EC2 (or 0xB39EC2) is known color: East Side. HEX triplet: B3, 9E and C2. RGB value is (179,158,194). Sum of RGB (Red+Green+Blue) = 179+158+194=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 194 - color contains mainly: blue. Hex color #B39EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EC2 is #4C613D. Grayscale: #A8A8A8. Windows color (decimal): -5005630 or 12754611. OLE color: 12754611.
HSL color Cylindrical-coordinate representation of color #B39EC2: hue angle of 275º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B39EC2 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 158 | 194 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.24 |
| HSL | 275º | 0.23% | 0.69% | - |
| HSV(B) | 275º | 0.19% | 0.76% | - |
| XYZ | 40.55 | 37.93 | 56.22 | - |
| YUV | 168.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 158 | 194 | 0.08 | 0.19 | 0 | 0.24 | 275 | 0.23 | 0.69 |
| Hex | B3 | 9E | C2 | 8 | 13 | 0 | 18 | 113 | 17 | 45 |
| Octal | 263 | 236 | 302 | 10 | 23 | 0 | 30 | 423 | 27 | 105 |
| Binary | 10110011 | 10011110 | 11000010 | 1000 | 10011 | 0 | 11000 | 100010011 | 10111 | 1000101 |
Color Harmonies of #B39EC2
Complementary color
Monochromatic Colors of #B39EC2
Black with #B39EC2
Text Example
Text Example
White with #B39EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39EC2; }
p { color: rgb(179,158,194); }
H1.HeaderClassName
{
color: #B39EC2;
}
.AnyTagClassName
{
color: #B39EC2;
}
</style>
background-color css
<style>
a { background-color: #B39EC2; }
a { background-color: rgb(179,158,194); }
div.DivClassName
{
background-color: #B39EC2;
}
.BgClassName
{
background-color: #B39EC2;
}
</style>
border-color css
<style>
span { border-color: #B39EC2; }
span { border-color: rgb(179,158,194); }
td.TdClassName
{
border-color: #B39EC2;
}
.TagClassName
{
border-color: #B39EC2;
}
</style>