Shades of East Side #B38EBD
Tints of East Side #B38EBD
RGB
CMYK
RGB Variations
Color information
#B38EBD (or 0xB38EBD) is known color: East Side. HEX triplet: B3, 8E and BD. RGB value is (179,142,189). Sum of RGB (Red+Green+Blue) = 179+142+189=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #B38EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38EBD is #4C7142. Grayscale: #9E9E9E. Windows color (decimal): -5009731 or 12422835. OLE color: 12422835.
HSL color Cylindrical-coordinate representation of color #B38EBD: hue angle of 287.23º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B38EBD is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 142 | 189 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.26 |
| HSL | 287.23º | 0.26% | 0.65% | - |
| HSV(B) | 287.23º | 0.25% | 0.74% | - |
| XYZ | 37.45 | 32.6 | 52.46 | - |
| YUV | 158.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 189 | 0.05 | 0.25 | 0 | 0.26 | 287.23 | 0.26 | 0.65 |
| Hex | B3 | 8E | BD | 5 | 19 | 0 | 1A | 11F | 1A | 41 |
| Octal | 263 | 216 | 275 | 5 | 31 | 0 | 32 | 437 | 32 | 101 |
| Binary | 10110011 | 10001110 | 10111101 | 101 | 11001 | 0 | 11010 | 100011111 | 11010 | 1000001 |
Color Harmonies of #B38EBD
Complementary color
Monochromatic Colors of #B38EBD
Black with #B38EBD
Text Example
Text Example
White with #B38EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38EBD; }
p { color: rgb(179,142,189); }
H1.HeaderClassName
{
color: #B38EBD;
}
.AnyTagClassName
{
color: #B38EBD;
}
</style>
background-color css
<style>
a { background-color: #B38EBD; }
a { background-color: rgb(179,142,189); }
div.DivClassName
{
background-color: #B38EBD;
}
.BgClassName
{
background-color: #B38EBD;
}
</style>
border-color css
<style>
span { border-color: #B38EBD; }
span { border-color: rgb(179,142,189); }
td.TdClassName
{
border-color: #B38EBD;
}
.TagClassName
{
border-color: #B38EBD;
}
</style>