Shades of East Side #B47ED2
Tints of East Side #B47ED2
RGB
CMYK
RGB Variations
Color information
#B47ED2 (or 0xB47ED2) is known color: East Side. HEX triplet: B4, 7E and D2. RGB value is (180,126,210). Sum of RGB (Red+Green+Blue) = 180+126+210=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #B47ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ED2 is #4B812D. Grayscale: #979797. Windows color (decimal): -4948270 or 13794996. OLE color: 13794996.
HSL color Cylindrical-coordinate representation of color #B47ED2: hue angle of 278.57º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B47ED2 is Cyan = 0.14, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 126 | 210 | - |
| CMYK | 0.14 | 0.4 | 0 | 0.18 |
| HSL | 278.57º | 0.48% | 0.66% | - |
| HSV(B) | 278.57º | 0.4% | 0.82% | - |
| XYZ | 37.92 | 29.28 | 64.63 | - |
| YUV | 151.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 210 | 0.14 | 0.4 | 0 | 0.18 | 278.57 | 0.48 | 0.66 |
| Hex | B4 | 7E | D2 | E | 28 | 0 | 12 | 117 | 30 | 42 |
| Octal | 264 | 176 | 322 | 16 | 50 | 0 | 22 | 427 | 60 | 102 |
| Binary | 10110100 | 1111110 | 11010010 | 1110 | 101000 | 0 | 10010 | 100010111 | 110000 | 1000010 |
Color Harmonies of #B47ED2
Complementary color
Monochromatic Colors of #B47ED2
Black with #B47ED2
Text Example
Text Example
White with #B47ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47ED2; }
p { color: rgb(180,126,210); }
H1.HeaderClassName
{
color: #B47ED2;
}
.AnyTagClassName
{
color: #B47ED2;
}
</style>
background-color css
<style>
a { background-color: #B47ED2; }
a { background-color: rgb(180,126,210); }
div.DivClassName
{
background-color: #B47ED2;
}
.BgClassName
{
background-color: #B47ED2;
}
</style>
border-color css
<style>
span { border-color: #B47ED2; }
span { border-color: rgb(180,126,210); }
td.TdClassName
{
border-color: #B47ED2;
}
.TagClassName
{
border-color: #B47ED2;
}
</style>