Shades of East Side #B47ED9
Tints of East Side #B47ED9
RGB
CMYK
RGB Variations
Color information
#B47ED9 (or 0xB47ED9) is known color: East Side. HEX triplet: B4, 7E and D9. RGB value is (180,126,217). Sum of RGB (Red+Green+Blue) = 180+126+217=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #B47ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ED9 is #4B8126. Grayscale: #989898. Windows color (decimal): -4948263 or 14253748. OLE color: 14253748.
HSL color Cylindrical-coordinate representation of color #B47ED9: hue angle of 275.6º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B47ED9 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 126 | 217 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.15 |
| HSL | 275.6º | 0.54% | 0.67% | - |
| HSV(B) | 275.6º | 0.42% | 0.85% | - |
| XYZ | 38.81 | 29.63 | 69.32 | - |
| YUV | 152.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 217 | 0.17 | 0.42 | 0 | 0.15 | 275.6 | 0.54 | 0.67 |
| Hex | B4 | 7E | D9 | 11 | 2A | 0 | F | 114 | 36 | 43 |
| Octal | 264 | 176 | 331 | 21 | 52 | 0 | 17 | 424 | 66 | 103 |
| Binary | 10110100 | 1111110 | 11011001 | 10001 | 101010 | 0 | 1111 | 100010100 | 110110 | 1000011 |
Color Harmonies of #B47ED9
Complementary color
Monochromatic Colors of #B47ED9
Black with #B47ED9
Text Example
Text Example
White with #B47ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47ED9; }
p { color: rgb(180,126,217); }
H1.HeaderClassName
{
color: #B47ED9;
}
.AnyTagClassName
{
color: #B47ED9;
}
</style>
background-color css
<style>
a { background-color: #B47ED9; }
a { background-color: rgb(180,126,217); }
div.DivClassName
{
background-color: #B47ED9;
}
.BgClassName
{
background-color: #B47ED9;
}
</style>
border-color css
<style>
span { border-color: #B47ED9; }
span { border-color: rgb(180,126,217); }
td.TdClassName
{
border-color: #B47ED9;
}
.TagClassName
{
border-color: #B47ED9;
}
</style>