Shades of East Side #B38ECD
Tints of East Side #B38ECD
RGB
CMYK
RGB Variations
Color information
#B38ECD (or 0xB38ECD) is known color: East Side. HEX triplet: B3, 8E and CD. RGB value is (179,142,205). Sum of RGB (Red+Green+Blue) = 179+142+205=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #B38ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38ECD is #4C7132. Grayscale: #A0A0A0. Windows color (decimal): -5009715 or 13471411. OLE color: 13471411.
HSL color Cylindrical-coordinate representation of color #B38ECD: hue angle of 275.24º 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 #B38ECD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 142 | 205 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.20 |
| HSL | 275.24º | 0.39% | 0.68% | - |
| HSV(B) | 275.24º | 0.31% | 0.8% | - |
| XYZ | 39.28 | 33.34 | 62.12 | - |
| YUV | 160.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 205 | 0.13 | 0.31 | 0 | 0.20 | 275.24 | 0.39 | 0.68 |
| Hex | B3 | 8E | CD | D | 1F | 0 | 14 | 113 | 27 | 44 |
| Octal | 263 | 216 | 315 | 15 | 37 | 0 | 24 | 423 | 47 | 104 |
| Binary | 10110011 | 10001110 | 11001101 | 1101 | 11111 | 0 | 10100 | 100010011 | 100111 | 1000100 |
Color Harmonies of #B38ECD
Complementary color
Monochromatic Colors of #B38ECD
Black with #B38ECD
Text Example
Text Example
White with #B38ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38ECD; }
p { color: rgb(179,142,205); }
H1.HeaderClassName
{
color: #B38ECD;
}
.AnyTagClassName
{
color: #B38ECD;
}
</style>
background-color css
<style>
a { background-color: #B38ECD; }
a { background-color: rgb(179,142,205); }
div.DivClassName
{
background-color: #B38ECD;
}
.BgClassName
{
background-color: #B38ECD;
}
</style>
border-color css
<style>
span { border-color: #B38ECD; }
span { border-color: rgb(179,142,205); }
td.TdClassName
{
border-color: #B38ECD;
}
.TagClassName
{
border-color: #B38ECD;
}
</style>