Shades of East Side #B48ECB
Tints of East Side #B48ECB
RGB
CMYK
RGB Variations
Color information
#B48ECB (or 0xB48ECB) is known color: East Side. HEX triplet: B4, 8E and CB. RGB value is (180,142,203). Sum of RGB (Red+Green+Blue) = 180+142+203=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #B48ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ECB is #4B7134. Grayscale: #A0A0A0. Windows color (decimal): -4944181 or 13340340. OLE color: 13340340.
HSL color Cylindrical-coordinate representation of color #B48ECB: hue angle of 277.38º degrees, saturation: 0.37, 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 #B48ECB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 142 | 203 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.20 |
| HSL | 277.38º | 0.37% | 0.68% | - |
| HSV(B) | 277.38º | 0.3% | 0.8% | - |
| XYZ | 39.27 | 33.36 | 60.87 | - |
| YUV | 160.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 142 | 203 | 0.11 | 0.30 | 0 | 0.20 | 277.38 | 0.37 | 0.68 |
| Hex | B4 | 8E | CB | B | 1E | 0 | 14 | 115 | 25 | 44 |
| Octal | 264 | 216 | 313 | 13 | 36 | 0 | 24 | 425 | 45 | 104 |
| Binary | 10110100 | 10001110 | 11001011 | 1011 | 11110 | 0 | 10100 | 100010101 | 100101 | 1000100 |
Color Harmonies of #B48ECB
Complementary color
Monochromatic Colors of #B48ECB
Black with #B48ECB
Text Example
Text Example
White with #B48ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48ECB; }
p { color: rgb(180,142,203); }
H1.HeaderClassName
{
color: #B48ECB;
}
.AnyTagClassName
{
color: #B48ECB;
}
</style>
background-color css
<style>
a { background-color: #B48ECB; }
a { background-color: rgb(180,142,203); }
div.DivClassName
{
background-color: #B48ECB;
}
.BgClassName
{
background-color: #B48ECB;
}
</style>
border-color css
<style>
span { border-color: #B48ECB; }
span { border-color: rgb(180,142,203); }
td.TdClassName
{
border-color: #B48ECB;
}
.TagClassName
{
border-color: #B48ECB;
}
</style>