Shades of East Side #BA79D3
Tints of East Side #BA79D3
RGB
CMYK
RGB Variations
Color information
#BA79D3 (or 0xBA79D3) is known color: East Side. HEX triplet: BA, 79 and D3. RGB value is (186,121,211). Sum of RGB (Red+Green+Blue) = 186+121+211=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA79D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79D3 is #45862C. Grayscale: #969696. Windows color (decimal): -4556333 or 13859258. OLE color: 13859258.
HSL color Cylindrical-coordinate representation of color #BA79D3: hue angle of 283.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA79D3 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 121 | 211 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.17 |
| HSL | 283.33º | 0.51% | 0.65% | - |
| HSV(B) | 283.33º | 0.43% | 0.83% | - |
| XYZ | 38.84 | 28.82 | 65.14 | - |
| YUV | 150.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 211 | 0.12 | 0.43 | 0 | 0.17 | 283.33 | 0.51 | 0.65 |
| Hex | BA | 79 | D3 | C | 2B | 0 | 11 | 11B | 33 | 41 |
| Octal | 272 | 171 | 323 | 14 | 53 | 0 | 21 | 433 | 63 | 101 |
| Binary | 10111010 | 1111001 | 11010011 | 1100 | 101011 | 0 | 10001 | 100011011 | 110011 | 1000001 |
Color Harmonies of #BA79D3
Complementary color
Monochromatic Colors of #BA79D3
Black with #BA79D3
Text Example
Text Example
White with #BA79D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA79D3; }
p { color: rgb(186,121,211); }
H1.HeaderClassName
{
color: #BA79D3;
}
.AnyTagClassName
{
color: #BA79D3;
}
</style>
background-color css
<style>
a { background-color: #BA79D3; }
a { background-color: rgb(186,121,211); }
div.DivClassName
{
background-color: #BA79D3;
}
.BgClassName
{
background-color: #BA79D3;
}
</style>
border-color css
<style>
span { border-color: #BA79D3; }
span { border-color: rgb(186,121,211); }
td.TdClassName
{
border-color: #BA79D3;
}
.TagClassName
{
border-color: #BA79D3;
}
</style>