Shades of East Side #B47ED4
Tints of East Side #B47ED4
RGB
CMYK
RGB Variations
Color information
#B47ED4 (or 0xB47ED4) is known color: East Side. HEX triplet: B4, 7E and D4. RGB value is (180,126,212). Sum of RGB (Red+Green+Blue) = 180+126+212=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #B47ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ED4 is #4B812B. Grayscale: #979797. Windows color (decimal): -4948268 or 13926068. OLE color: 13926068.
HSL color Cylindrical-coordinate representation of color #B47ED4: hue angle of 277.67º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B47ED4 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 126 | 212 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.17 |
| HSL | 277.67º | 0.5% | 0.66% | - |
| HSV(B) | 277.67º | 0.41% | 0.83% | - |
| XYZ | 38.17 | 29.38 | 65.95 | - |
| YUV | 151.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 212 | 0.15 | 0.41 | 0 | 0.17 | 277.67 | 0.5 | 0.66 |
| Hex | B4 | 7E | D4 | F | 29 | 0 | 11 | 116 | 32 | 42 |
| Octal | 264 | 176 | 324 | 17 | 51 | 0 | 21 | 426 | 62 | 102 |
| Binary | 10110100 | 1111110 | 11010100 | 1111 | 101001 | 0 | 10001 | 100010110 | 110010 | 1000010 |
Color Harmonies of #B47ED4
Complementary color
Monochromatic Colors of #B47ED4
Black with #B47ED4
Text Example
Text Example
White with #B47ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47ED4; }
p { color: rgb(180,126,212); }
H1.HeaderClassName
{
color: #B47ED4;
}
.AnyTagClassName
{
color: #B47ED4;
}
</style>
background-color css
<style>
a { background-color: #B47ED4; }
a { background-color: rgb(180,126,212); }
div.DivClassName
{
background-color: #B47ED4;
}
.BgClassName
{
background-color: #B47ED4;
}
</style>
border-color css
<style>
span { border-color: #B47ED4; }
span { border-color: rgb(180,126,212); }
td.TdClassName
{
border-color: #B47ED4;
}
.TagClassName
{
border-color: #B47ED4;
}
</style>