Shades of East Side #B47AD1
Tints of East Side #B47AD1
RGB
CMYK
RGB Variations
Color information
#B47AD1 (or 0xB47AD1) is known color: East Side. HEX triplet: B4, 7A and D1. RGB value is (180,122,209). Sum of RGB (Red+Green+Blue) = 180+122+209=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #B47AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47AD1 is #4B852E. Grayscale: #949494. Windows color (decimal): -4949295 or 13728436. OLE color: 13728436.
HSL color Cylindrical-coordinate representation of color #B47AD1: hue angle of 280º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B47AD1 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 122 | 209 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.18 |
| HSL | 280º | 0.49% | 0.65% | - |
| HSV(B) | 280º | 0.42% | 0.82% | - |
| XYZ | 37.29 | 28.23 | 63.8 | - |
| YUV | 149.26 | 161.72 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 209 | 0.14 | 0.42 | 0 | 0.18 | 280 | 0.49 | 0.65 |
| Hex | B4 | 7A | D1 | E | 2A | 0 | 12 | 118 | 31 | 41 |
| Octal | 264 | 172 | 321 | 16 | 52 | 0 | 22 | 430 | 61 | 101 |
| Binary | 10110100 | 1111010 | 11010001 | 1110 | 101010 | 0 | 10010 | 100011000 | 110001 | 1000001 |
Color Harmonies of #B47AD1
Complementary color
Monochromatic Colors of #B47AD1
Black with #B47AD1
Text Example
Text Example
White with #B47AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47AD1; }
p { color: rgb(180,122,209); }
H1.HeaderClassName
{
color: #B47AD1;
}
.AnyTagClassName
{
color: #B47AD1;
}
</style>
background-color css
<style>
a { background-color: #B47AD1; }
a { background-color: rgb(180,122,209); }
div.DivClassName
{
background-color: #B47AD1;
}
.BgClassName
{
background-color: #B47AD1;
}
</style>
border-color css
<style>
span { border-color: #B47AD1; }
span { border-color: rgb(180,122,209); }
td.TdClassName
{
border-color: #B47AD1;
}
.TagClassName
{
border-color: #B47AD1;
}
</style>