Shades of East Side #B47ADB
Tints of East Side #B47ADB
RGB
CMYK
RGB Variations
Color information
#B47ADB (or 0xB47ADB) is known color: East Side. HEX triplet: B4, 7A and DB. RGB value is (180,122,219). Sum of RGB (Red+Green+Blue) = 180+122+219=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #B47ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ADB is #4B8524. Grayscale: #969696. Windows color (decimal): -4949285 or 14383796. OLE color: 14383796.
HSL color Cylindrical-coordinate representation of color #B47ADB: hue angle of 275.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B47ADB is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 122 | 219 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.14 |
| HSL | 275.88º | 0.57% | 0.67% | - |
| HSV(B) | 275.88º | 0.44% | 0.86% | - |
| XYZ | 38.57 | 28.74 | 70.53 | - |
| YUV | 150.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 219 | 0.18 | 0.44 | 0 | 0.14 | 275.88 | 0.57 | 0.67 |
| Hex | B4 | 7A | DB | 12 | 2C | 0 | E | 114 | 39 | 43 |
| Octal | 264 | 172 | 333 | 22 | 54 | 0 | 16 | 424 | 71 | 103 |
| Binary | 10110100 | 1111010 | 11011011 | 10010 | 101100 | 0 | 1110 | 100010100 | 111001 | 1000011 |
Color Harmonies of #B47ADB
Complementary color
Monochromatic Colors of #B47ADB
Black with #B47ADB
Text Example
Text Example
White with #B47ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47ADB; }
p { color: rgb(180,122,219); }
H1.HeaderClassName
{
color: #B47ADB;
}
.AnyTagClassName
{
color: #B47ADB;
}
</style>
background-color css
<style>
a { background-color: #B47ADB; }
a { background-color: rgb(180,122,219); }
div.DivClassName
{
background-color: #B47ADB;
}
.BgClassName
{
background-color: #B47ADB;
}
</style>
border-color css
<style>
span { border-color: #B47ADB; }
span { border-color: rgb(180,122,219); }
td.TdClassName
{
border-color: #B47ADB;
}
.TagClassName
{
border-color: #B47ADB;
}
</style>