Shades of East Side #B38EC1
Tints of East Side #B38EC1
RGB
CMYK
RGB Variations
Color information
#B38EC1 (or 0xB38EC1) is known color: East Side. HEX triplet: B3, 8E and C1. RGB value is (179,142,193). Sum of RGB (Red+Green+Blue) = 179+142+193=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #B38EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38EC1 is #4C713E. Grayscale: #9E9E9E. Windows color (decimal): -5009727 or 12684979. OLE color: 12684979.
HSL color Cylindrical-coordinate representation of color #B38EC1: hue angle of 283.53º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B38EC1 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 142 | 193 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.24 |
| HSL | 283.53º | 0.29% | 0.66% | - |
| HSV(B) | 283.53º | 0.26% | 0.76% | - |
| XYZ | 37.89 | 32.78 | 54.78 | - |
| YUV | 158.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 193 | 0.07 | 0.26 | 0 | 0.24 | 283.53 | 0.29 | 0.66 |
| Hex | B3 | 8E | C1 | 7 | 1A | 0 | 18 | 11C | 1D | 42 |
| Octal | 263 | 216 | 301 | 7 | 32 | 0 | 30 | 434 | 35 | 102 |
| Binary | 10110011 | 10001110 | 11000001 | 111 | 11010 | 0 | 11000 | 100011100 | 11101 | 1000010 |
Color Harmonies of #B38EC1
Complementary color
Monochromatic Colors of #B38EC1
Black with #B38EC1
Text Example
Text Example
White with #B38EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38EC1; }
p { color: rgb(179,142,193); }
H1.HeaderClassName
{
color: #B38EC1;
}
.AnyTagClassName
{
color: #B38EC1;
}
</style>
background-color css
<style>
a { background-color: #B38EC1; }
a { background-color: rgb(179,142,193); }
div.DivClassName
{
background-color: #B38EC1;
}
.BgClassName
{
background-color: #B38EC1;
}
</style>
border-color css
<style>
span { border-color: #B38EC1; }
span { border-color: rgb(179,142,193); }
td.TdClassName
{
border-color: #B38EC1;
}
.TagClassName
{
border-color: #B38EC1;
}
</style>