Shades of East Side #B47BDB
Tints of East Side #B47BDB
RGB
CMYK
RGB Variations
Color information
#B47BDB (or 0xB47BDB) is known color: East Side. HEX triplet: B4, 7B and DB. RGB value is (180,123,219). Sum of RGB (Red+Green+Blue) = 180+123+219=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #B47BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BDB is #4B8424. Grayscale: #969696. Windows color (decimal): -4949029 or 14384052. OLE color: 14384052.
HSL color Cylindrical-coordinate representation of color #B47BDB: hue angle of 275.62º 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 #B47BDB is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 123 | 219 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.14 |
| HSL | 275.63º | 0.57% | 0.67% | - |
| HSV(B) | 275.63º | 0.44% | 0.86% | - |
| XYZ | 38.69 | 28.98 | 70.57 | - |
| YUV | 150.99 | 166.38 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 219 | 0.18 | 0.44 | 0 | 0.14 | 275.63 | 0.57 | 0.67 |
| Hex | B4 | 7B | DB | 12 | 2C | 0 | E | 114 | 39 | 43 |
| Octal | 264 | 173 | 333 | 22 | 54 | 0 | 16 | 424 | 71 | 103 |
| Binary | 10110100 | 1111011 | 11011011 | 10010 | 101100 | 0 | 1110 | 100010100 | 111001 | 1000011 |
Color Harmonies of #B47BDB
Complementary color
Monochromatic Colors of #B47BDB
Black with #B47BDB
Text Example
Text Example
White with #B47BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BDB; }
p { color: rgb(180,123,219); }
H1.HeaderClassName
{
color: #B47BDB;
}
.AnyTagClassName
{
color: #B47BDB;
}
</style>
background-color css
<style>
a { background-color: #B47BDB; }
a { background-color: rgb(180,123,219); }
div.DivClassName
{
background-color: #B47BDB;
}
.BgClassName
{
background-color: #B47BDB;
}
</style>
border-color css
<style>
span { border-color: #B47BDB; }
span { border-color: rgb(180,123,219); }
td.TdClassName
{
border-color: #B47BDB;
}
.TagClassName
{
border-color: #B47BDB;
}
</style>