Shades of East Side #B48EBA
Tints of East Side #B48EBA
RGB
CMYK
RGB Variations
Color information
#B48EBA (or 0xB48EBA) is known color: East Side. HEX triplet: B4, 8E and BA. RGB value is (180,142,186). Sum of RGB (Red+Green+Blue) = 180+142+186=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #B48EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48EBA is #4B7145. Grayscale: #9E9E9E. Windows color (decimal): -4944198 or 12226228. OLE color: 12226228.
HSL color Cylindrical-coordinate representation of color #B48EBA: hue angle of 291.82º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B48EBA is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 142 | 186 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.27 |
| HSL | 291.82º | 0.24% | 0.64% | - |
| HSV(B) | 291.82º | 0.24% | 0.73% | - |
| XYZ | 37.36 | 32.59 | 50.78 | - |
| YUV | 158.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 142 | 186 | 0.03 | 0.24 | 0 | 0.27 | 291.82 | 0.24 | 0.64 |
| Hex | B4 | 8E | BA | 3 | 18 | 0 | 1B | 124 | 18 | 40 |
| Octal | 264 | 216 | 272 | 3 | 30 | 0 | 33 | 444 | 30 | 100 |
| Binary | 10110100 | 10001110 | 10111010 | 11 | 11000 | 0 | 11011 | 100100100 | 11000 | 1000000 |
Color Harmonies of #B48EBA
Complementary color
Monochromatic Colors of #B48EBA
Black with #B48EBA
Text Example
Text Example
White with #B48EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48EBA; }
p { color: rgb(180,142,186); }
H1.HeaderClassName
{
color: #B48EBA;
}
.AnyTagClassName
{
color: #B48EBA;
}
</style>
background-color css
<style>
a { background-color: #B48EBA; }
a { background-color: rgb(180,142,186); }
div.DivClassName
{
background-color: #B48EBA;
}
.BgClassName
{
background-color: #B48EBA;
}
</style>
border-color css
<style>
span { border-color: #B48EBA; }
span { border-color: rgb(180,142,186); }
td.TdClassName
{
border-color: #B48EBA;
}
.TagClassName
{
border-color: #B48EBA;
}
</style>