Shades of East Side #B48ECE
Tints of East Side #B48ECE
RGB
CMYK
RGB Variations
Color information
#B48ECE (or 0xB48ECE) is known color: East Side. HEX triplet: B4, 8E and CE. RGB value is (180,142,206). Sum of RGB (Red+Green+Blue) = 180+142+206=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #B48ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ECE is #4B7131. Grayscale: #A0A0A0. Windows color (decimal): -4944178 or 13536948. OLE color: 13536948.
HSL color Cylindrical-coordinate representation of color #B48ECE: hue angle of 275.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B48ECE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 142 | 206 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.19 |
| HSL | 275.63º | 0.4% | 0.68% | - |
| HSV(B) | 275.63º | 0.31% | 0.81% | - |
| XYZ | 39.64 | 33.51 | 62.77 | - |
| YUV | 160.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 142 | 206 | 0.13 | 0.31 | 0 | 0.19 | 275.63 | 0.4 | 0.68 |
| Hex | B4 | 8E | CE | D | 1F | 0 | 13 | 114 | 28 | 44 |
| Octal | 264 | 216 | 316 | 15 | 37 | 0 | 23 | 424 | 50 | 104 |
| Binary | 10110100 | 10001110 | 11001110 | 1101 | 11111 | 0 | 10011 | 100010100 | 101000 | 1000100 |
Color Harmonies of #B48ECE
Complementary color
Monochromatic Colors of #B48ECE
Black with #B48ECE
Text Example
Text Example
White with #B48ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48ECE; }
p { color: rgb(180,142,206); }
H1.HeaderClassName
{
color: #B48ECE;
}
.AnyTagClassName
{
color: #B48ECE;
}
</style>
background-color css
<style>
a { background-color: #B48ECE; }
a { background-color: rgb(180,142,206); }
div.DivClassName
{
background-color: #B48ECE;
}
.BgClassName
{
background-color: #B48ECE;
}
</style>
border-color css
<style>
span { border-color: #B48ECE; }
span { border-color: rgb(180,142,206); }
td.TdClassName
{
border-color: #B48ECE;
}
.TagClassName
{
border-color: #B48ECE;
}
</style>