Shades of East Side #BA7AD1
Tints of East Side #BA7AD1
RGB
CMYK
RGB Variations
Color information
#BA7AD1 (or 0xBA7AD1) is known color: East Side. HEX triplet: BA, 7A and D1. RGB value is (186,122,209). Sum of RGB (Red+Green+Blue) = 186+122+209=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA7AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7AD1 is #45852E. Grayscale: #969696. Windows color (decimal): -4556079 or 13728442. OLE color: 13728442.
HSL color Cylindrical-coordinate representation of color #BA7AD1: hue angle of 284.14º 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 #BA7AD1 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 122 | 209 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.18 |
| HSL | 284.14º | 0.49% | 0.65% | - |
| HSV(B) | 284.14º | 0.42% | 0.82% | - |
| XYZ | 38.72 | 28.96 | 63.87 | - |
| YUV | 151.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 209 | 0.11 | 0.42 | 0 | 0.18 | 284.14 | 0.49 | 0.65 |
| Hex | BA | 7A | D1 | B | 2A | 0 | 12 | 11C | 31 | 41 |
| Octal | 272 | 172 | 321 | 13 | 52 | 0 | 22 | 434 | 61 | 101 |
| Binary | 10111010 | 1111010 | 11010001 | 1011 | 101010 | 0 | 10010 | 100011100 | 110001 | 1000001 |
Color Harmonies of #BA7AD1
Complementary color
Monochromatic Colors of #BA7AD1
Black with #BA7AD1
Text Example
Text Example
White with #BA7AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7AD1; }
p { color: rgb(186,122,209); }
H1.HeaderClassName
{
color: #BA7AD1;
}
.AnyTagClassName
{
color: #BA7AD1;
}
</style>
background-color css
<style>
a { background-color: #BA7AD1; }
a { background-color: rgb(186,122,209); }
div.DivClassName
{
background-color: #BA7AD1;
}
.BgClassName
{
background-color: #BA7AD1;
}
</style>
border-color css
<style>
span { border-color: #BA7AD1; }
span { border-color: rgb(186,122,209); }
td.TdClassName
{
border-color: #BA7AD1;
}
.TagClassName
{
border-color: #BA7AD1;
}
</style>