Shades of East Side #BA7BDB
Tints of East Side #BA7BDB
RGB
CMYK
RGB Variations
Color information
#BA7BDB (or 0xBA7BDB) is known color: East Side. HEX triplet: BA, 7B and DB. RGB value is (186,123,219). Sum of RGB (Red+Green+Blue) = 186+123+219=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BDB is #458424. Grayscale: #989898. Windows color (decimal): -4555813 or 14384058. OLE color: 14384058.
HSL color Cylindrical-coordinate representation of color #BA7BDB: hue angle of 279.38º 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 #BA7BDB is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 123 | 219 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.14 |
| HSL | 279.38º | 0.57% | 0.67% | - |
| HSV(B) | 279.38º | 0.44% | 0.86% | - |
| XYZ | 40.12 | 29.72 | 70.64 | - |
| YUV | 152.78 | 165.37 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 219 | 0.15 | 0.44 | 0 | 0.14 | 279.38 | 0.57 | 0.67 |
| Hex | BA | 7B | DB | F | 2C | 0 | E | 117 | 39 | 43 |
| Octal | 272 | 173 | 333 | 17 | 54 | 0 | 16 | 427 | 71 | 103 |
| Binary | 10111010 | 1111011 | 11011011 | 1111 | 101100 | 0 | 1110 | 100010111 | 111001 | 1000011 |
Color Harmonies of #BA7BDB
Complementary color
Monochromatic Colors of #BA7BDB
Black with #BA7BDB
Text Example
Text Example
White with #BA7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BDB; }
p { color: rgb(186,123,219); }
H1.HeaderClassName
{
color: #BA7BDB;
}
.AnyTagClassName
{
color: #BA7BDB;
}
</style>
background-color css
<style>
a { background-color: #BA7BDB; }
a { background-color: rgb(186,123,219); }
div.DivClassName
{
background-color: #BA7BDB;
}
.BgClassName
{
background-color: #BA7BDB;
}
</style>
border-color css
<style>
span { border-color: #BA7BDB; }
span { border-color: rgb(186,123,219); }
td.TdClassName
{
border-color: #BA7BDB;
}
.TagClassName
{
border-color: #BA7BDB;
}
</style>