Shades of East Side #BA7BDA
Tints of East Side #BA7BDA
RGB
CMYK
RGB Variations
Color information
#BA7BDA (or 0xBA7BDA) is known color: East Side. HEX triplet: BA, 7B and DA. RGB value is (186,123,218). Sum of RGB (Red+Green+Blue) = 186+123+218=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BDA is #458425. Grayscale: #989898. Windows color (decimal): -4555814 or 14318522. OLE color: 14318522.
HSL color Cylindrical-coordinate representation of color #BA7BDA: hue angle of 279.79º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7BDA is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 123 | 218 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.15 |
| HSL | 279.79º | 0.56% | 0.67% | - |
| HSV(B) | 279.79º | 0.44% | 0.85% | - |
| XYZ | 39.99 | 29.67 | 69.95 | - |
| YUV | 152.67 | 164.87 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 218 | 0.15 | 0.44 | 0 | 0.15 | 279.79 | 0.56 | 0.67 |
| Hex | BA | 7B | DA | F | 2C | 0 | F | 118 | 38 | 43 |
| Octal | 272 | 173 | 332 | 17 | 54 | 0 | 17 | 430 | 70 | 103 |
| Binary | 10111010 | 1111011 | 11011010 | 1111 | 101100 | 0 | 1111 | 100011000 | 111000 | 1000011 |
Color Harmonies of #BA7BDA
Complementary color
Monochromatic Colors of #BA7BDA
Black with #BA7BDA
Text Example
Text Example
White with #BA7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BDA; }
p { color: rgb(186,123,218); }
H1.HeaderClassName
{
color: #BA7BDA;
}
.AnyTagClassName
{
color: #BA7BDA;
}
</style>
background-color css
<style>
a { background-color: #BA7BDA; }
a { background-color: rgb(186,123,218); }
div.DivClassName
{
background-color: #BA7BDA;
}
.BgClassName
{
background-color: #BA7BDA;
}
</style>
border-color css
<style>
span { border-color: #BA7BDA; }
span { border-color: rgb(186,123,218); }
td.TdClassName
{
border-color: #BA7BDA;
}
.TagClassName
{
border-color: #BA7BDA;
}
</style>