Shades of East Side #B38EBA
Tints of East Side #B38EBA
RGB
CMYK
RGB Variations
Color information
#B38EBA (or 0xB38EBA) is known color: East Side. HEX triplet: B3, 8E and BA. RGB value is (179,142,186). Sum of RGB (Red+Green+Blue) = 179+142+186=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #B38EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38EBA is #4C7145. Grayscale: #9D9D9D. Windows color (decimal): -5009734 or 12226227. OLE color: 12226227.
HSL color Cylindrical-coordinate representation of color #B38EBA: hue angle of 290.45º 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 #B38EBA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 142 | 186 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.27 |
| HSL | 290.45º | 0.24% | 0.64% | - |
| HSV(B) | 290.45º | 0.24% | 0.73% | - |
| XYZ | 37.13 | 32.47 | 50.77 | - |
| YUV | 158.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 186 | 0.04 | 0.24 | 0 | 0.27 | 290.45 | 0.24 | 0.64 |
| Hex | B3 | 8E | BA | 4 | 18 | 0 | 1B | 122 | 18 | 40 |
| Octal | 263 | 216 | 272 | 4 | 30 | 0 | 33 | 442 | 30 | 100 |
| Binary | 10110011 | 10001110 | 10111010 | 100 | 11000 | 0 | 11011 | 100100010 | 11000 | 1000000 |
Color Harmonies of #B38EBA
Complementary color
Monochromatic Colors of #B38EBA
Black with #B38EBA
Text Example
Text Example
White with #B38EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38EBA; }
p { color: rgb(179,142,186); }
H1.HeaderClassName
{
color: #B38EBA;
}
.AnyTagClassName
{
color: #B38EBA;
}
</style>
background-color css
<style>
a { background-color: #B38EBA; }
a { background-color: rgb(179,142,186); }
div.DivClassName
{
background-color: #B38EBA;
}
.BgClassName
{
background-color: #B38EBA;
}
</style>
border-color css
<style>
span { border-color: #B38EBA; }
span { border-color: rgb(179,142,186); }
td.TdClassName
{
border-color: #B38EBA;
}
.TagClassName
{
border-color: #B38EBA;
}
</style>