Shades of East Side #B58EBA
Tints of East Side #B58EBA
RGB
CMYK
RGB Variations
Color information
#B58EBA (or 0xB58EBA) is known color: East Side. HEX triplet: B5, 8E and BA. RGB value is (181,142,186). Sum of RGB (Red+Green+Blue) = 181+142+186=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #B58EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58EBA is #4A7145. Grayscale: #9E9E9E. Windows color (decimal): -4878662 or 12226229. OLE color: 12226229.
HSL color Cylindrical-coordinate representation of color #B58EBA: hue angle of 293.18º 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 #B58EBA is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 142 | 186 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.27 |
| HSL | 293.18º | 0.24% | 0.64% | - |
| HSV(B) | 293.18º | 0.24% | 0.73% | - |
| XYZ | 37.59 | 32.71 | 50.79 | - |
| YUV | 158.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 186 | 0.03 | 0.24 | 0 | 0.27 | 293.18 | 0.24 | 0.64 |
| Hex | B5 | 8E | BA | 3 | 18 | 0 | 1B | 125 | 18 | 40 |
| Octal | 265 | 216 | 272 | 3 | 30 | 0 | 33 | 445 | 30 | 100 |
| Binary | 10110101 | 10001110 | 10111010 | 11 | 11000 | 0 | 11011 | 100100101 | 11000 | 1000000 |
Color Harmonies of #B58EBA
Complementary color
Monochromatic Colors of #B58EBA
Black with #B58EBA
Text Example
Text Example
White with #B58EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58EBA; }
p { color: rgb(181,142,186); }
H1.HeaderClassName
{
color: #B58EBA;
}
.AnyTagClassName
{
color: #B58EBA;
}
</style>
background-color css
<style>
a { background-color: #B58EBA; }
a { background-color: rgb(181,142,186); }
div.DivClassName
{
background-color: #B58EBA;
}
.BgClassName
{
background-color: #B58EBA;
}
</style>
border-color css
<style>
span { border-color: #B58EBA; }
span { border-color: rgb(181,142,186); }
td.TdClassName
{
border-color: #B58EBA;
}
.TagClassName
{
border-color: #B58EBA;
}
</style>