Shades of East Side #BA7BDC
Tints of East Side #BA7BDC
RGB
CMYK
RGB Variations
Color information
#BA7BDC (or 0xBA7BDC) is known color: East Side. HEX triplet: BA, 7B and DC. RGB value is (186,123,220). Sum of RGB (Red+Green+Blue) = 186+123+220=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BDC is #458423. Grayscale: #989898. Windows color (decimal): -4555812 or 14449594. OLE color: 14449594.
HSL color Cylindrical-coordinate representation of color #BA7BDC: hue angle of 278.97º degrees, saturation: 0.58, 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 #BA7BDC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 123 | 220 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.14 |
| HSL | 278.97º | 0.58% | 0.67% | - |
| HSV(B) | 278.97º | 0.44% | 0.86% | - |
| XYZ | 40.25 | 29.77 | 71.34 | - |
| YUV | 152.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 220 | 0.15 | 0.44 | 0 | 0.14 | 278.97 | 0.58 | 0.67 |
| Hex | BA | 7B | DC | F | 2C | 0 | E | 117 | 3A | 43 |
| Octal | 272 | 173 | 334 | 17 | 54 | 0 | 16 | 427 | 72 | 103 |
| Binary | 10111010 | 1111011 | 11011100 | 1111 | 101100 | 0 | 1110 | 100010111 | 111010 | 1000011 |
Color Harmonies of #BA7BDC
Complementary color
Monochromatic Colors of #BA7BDC
Black with #BA7BDC
Text Example
Text Example
White with #BA7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BDC; }
p { color: rgb(186,123,220); }
H1.HeaderClassName
{
color: #BA7BDC;
}
.AnyTagClassName
{
color: #BA7BDC;
}
</style>
background-color css
<style>
a { background-color: #BA7BDC; }
a { background-color: rgb(186,123,220); }
div.DivClassName
{
background-color: #BA7BDC;
}
.BgClassName
{
background-color: #BA7BDC;
}
</style>
border-color css
<style>
span { border-color: #BA7BDC; }
span { border-color: rgb(186,123,220); }
td.TdClassName
{
border-color: #BA7BDC;
}
.TagClassName
{
border-color: #BA7BDC;
}
</style>