Shades of East Side #BA7DDB
Tints of East Side #BA7DDB
RGB
CMYK
RGB Variations
Color information
#BA7DDB (or 0xBA7DDB) is known color: East Side. HEX triplet: BA, 7D and DB. RGB value is (186,125,219). Sum of RGB (Red+Green+Blue) = 186+125+219=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DDB is #458224. Grayscale: #999999. Windows color (decimal): -4555301 or 14384570. OLE color: 14384570.
HSL color Cylindrical-coordinate representation of color #BA7DDB: hue angle of 278.94º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA7DDB is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 125 | 219 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.14 |
| HSL | 278.94º | 0.57% | 0.67% | - |
| HSV(B) | 278.94º | 0.43% | 0.86% | - |
| XYZ | 40.37 | 30.22 | 70.72 | - |
| YUV | 153.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 219 | 0.15 | 0.43 | 0 | 0.14 | 278.94 | 0.57 | 0.67 |
| Hex | BA | 7D | DB | F | 2B | 0 | E | 117 | 39 | 43 |
| Octal | 272 | 175 | 333 | 17 | 53 | 0 | 16 | 427 | 71 | 103 |
| Binary | 10111010 | 1111101 | 11011011 | 1111 | 101011 | 0 | 1110 | 100010111 | 111001 | 1000011 |
Color Harmonies of #BA7DDB
Complementary color
Monochromatic Colors of #BA7DDB
Black with #BA7DDB
Text Example
Text Example
White with #BA7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DDB; }
p { color: rgb(186,125,219); }
H1.HeaderClassName
{
color: #BA7DDB;
}
.AnyTagClassName
{
color: #BA7DDB;
}
</style>
background-color css
<style>
a { background-color: #BA7DDB; }
a { background-color: rgb(186,125,219); }
div.DivClassName
{
background-color: #BA7DDB;
}
.BgClassName
{
background-color: #BA7DDB;
}
</style>
border-color css
<style>
span { border-color: #BA7DDB; }
span { border-color: rgb(186,125,219); }
td.TdClassName
{
border-color: #BA7DDB;
}
.TagClassName
{
border-color: #BA7DDB;
}
</style>