Shades of East Side #B38ECC
Tints of East Side #B38ECC
RGB
CMYK
RGB Variations
Color information
#B38ECC (or 0xB38ECC) is known color: East Side. HEX triplet: B3, 8E and CC. RGB value is (179,142,204). Sum of RGB (Red+Green+Blue) = 179+142+204=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #B38ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38ECC is #4C7133. Grayscale: #9F9F9F. Windows color (decimal): -5009716 or 13405875. OLE color: 13405875.
HSL color Cylindrical-coordinate representation of color #B38ECC: hue angle of 275.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B38ECC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 142 | 204 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.2 |
| HSL | 275.81º | 0.38% | 0.68% | - |
| HSV(B) | 275.81º | 0.3% | 0.8% | - |
| XYZ | 39.16 | 33.29 | 61.49 | - |
| YUV | 160.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 204 | 0.12 | 0.30 | 0 | 0.2 | 275.81 | 0.38 | 0.68 |
| Hex | B3 | 8E | CC | C | 1E | 0 | 14 | 114 | 26 | 44 |
| Octal | 263 | 216 | 314 | 14 | 36 | 0 | 24 | 424 | 46 | 104 |
| Binary | 10110011 | 10001110 | 11001100 | 1100 | 11110 | 0 | 10100 | 100010100 | 100110 | 1000100 |
Color Harmonies of #B38ECC
Complementary color
Monochromatic Colors of #B38ECC
Black with #B38ECC
Text Example
Text Example
White with #B38ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38ECC; }
p { color: rgb(179,142,204); }
H1.HeaderClassName
{
color: #B38ECC;
}
.AnyTagClassName
{
color: #B38ECC;
}
</style>
background-color css
<style>
a { background-color: #B38ECC; }
a { background-color: rgb(179,142,204); }
div.DivClassName
{
background-color: #B38ECC;
}
.BgClassName
{
background-color: #B38ECC;
}
</style>
border-color css
<style>
span { border-color: #B38ECC; }
span { border-color: rgb(179,142,204); }
td.TdClassName
{
border-color: #B38ECC;
}
.TagClassName
{
border-color: #B38ECC;
}
</style>