Shades of East Side #BA79D6
Tints of East Side #BA79D6
RGB
CMYK
RGB Variations
Color information
#BA79D6 (or 0xBA79D6) is known color: East Side. HEX triplet: BA, 79 and D6. RGB value is (186,121,214). Sum of RGB (Red+Green+Blue) = 186+121+214=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA79D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79D6 is #458629. Grayscale: #969696. Windows color (decimal): -4556330 or 14055866. OLE color: 14055866.
HSL color Cylindrical-coordinate representation of color #BA79D6: hue angle of 281.94º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA79D6 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 121 | 214 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.16 |
| HSL | 281.94º | 0.53% | 0.66% | - |
| HSV(B) | 281.94º | 0.43% | 0.84% | - |
| XYZ | 39.22 | 28.97 | 67.14 | - |
| YUV | 151.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 214 | 0.13 | 0.43 | 0 | 0.16 | 281.94 | 0.53 | 0.66 |
| Hex | BA | 79 | D6 | D | 2B | 0 | 10 | 11A | 35 | 42 |
| Octal | 272 | 171 | 326 | 15 | 53 | 0 | 20 | 432 | 65 | 102 |
| Binary | 10111010 | 1111001 | 11010110 | 1101 | 101011 | 0 | 10000 | 100011010 | 110101 | 1000010 |
Color Harmonies of #BA79D6
Complementary color
Monochromatic Colors of #BA79D6
Black with #BA79D6
Text Example
Text Example
White with #BA79D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA79D6; }
p { color: rgb(186,121,214); }
H1.HeaderClassName
{
color: #BA79D6;
}
.AnyTagClassName
{
color: #BA79D6;
}
</style>
background-color css
<style>
a { background-color: #BA79D6; }
a { background-color: rgb(186,121,214); }
div.DivClassName
{
background-color: #BA79D6;
}
.BgClassName
{
background-color: #BA79D6;
}
</style>
border-color css
<style>
span { border-color: #BA79D6; }
span { border-color: rgb(186,121,214); }
td.TdClassName
{
border-color: #BA79D6;
}
.TagClassName
{
border-color: #BA79D6;
}
</style>