Shades of East Side #B47EC4
Tints of East Side #B47EC4
RGB
CMYK
RGB Variations
Color information
#B47EC4 (or 0xB47EC4) is known color: East Side. HEX triplet: B4, 7E and C4. RGB value is (180,126,196). Sum of RGB (Red+Green+Blue) = 180+126+196=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 196 - color contains mainly: blue. Hex color #B47EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47EC4 is #4B813B. Grayscale: #959595. Windows color (decimal): -4948284 or 12877492. OLE color: 12877492.
HSL color Cylindrical-coordinate representation of color #B47EC4: hue angle of 286.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B47EC4 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 126 | 196 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.23 |
| HSL | 286.29º | 0.37% | 0.63% | - |
| HSV(B) | 286.29º | 0.36% | 0.77% | - |
| XYZ | 36.25 | 28.61 | 55.84 | - |
| YUV | 150.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 196 | 0.08 | 0.36 | 0 | 0.23 | 286.29 | 0.37 | 0.63 |
| Hex | B4 | 7E | C4 | 8 | 24 | 0 | 17 | 11E | 25 | 3F |
| Octal | 264 | 176 | 304 | 10 | 44 | 0 | 27 | 436 | 45 | 77 |
| Binary | 10110100 | 1111110 | 11000100 | 1000 | 100100 | 0 | 10111 | 100011110 | 100101 | 111111 |
Color Harmonies of #B47EC4
Complementary color
Monochromatic Colors of #B47EC4
Black with #B47EC4
Text Example
Text Example
White with #B47EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47EC4; }
p { color: rgb(180,126,196); }
H1.HeaderClassName
{
color: #B47EC4;
}
.AnyTagClassName
{
color: #B47EC4;
}
</style>
background-color css
<style>
a { background-color: #B47EC4; }
a { background-color: rgb(180,126,196); }
div.DivClassName
{
background-color: #B47EC4;
}
.BgClassName
{
background-color: #B47EC4;
}
</style>
border-color css
<style>
span { border-color: #B47EC4; }
span { border-color: rgb(180,126,196); }
td.TdClassName
{
border-color: #B47EC4;
}
.TagClassName
{
border-color: #B47EC4;
}
</style>