Shades of Viola #BA8493
Tints of Viola #BA8493
RGB
CMYK
RGB Variations
Color information
#BA8493 (or 0xBA8493) is known color: Viola. HEX triplet: BA, 84 and 93. RGB value is (186,132,147). Sum of RGB (Red+Green+Blue) = 186+132+147=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8493 is #457B6C. Grayscale: #959595. Windows color (decimal): -4553581 or 9667770. OLE color: 9667770.
HSL color Cylindrical-coordinate representation of color #BA8493: hue angle of 343.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA8493 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 147 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.27 |
| HSL | 343.33º | 0.28% | 0.62% | - |
| HSV(B) | 343.33º | 0.29% | 0.73% | - |
| XYZ | 33.77 | 29.05 | 31.43 | - |
| YUV | 149.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 147 | 0 | 0.29 | 0.21 | 0.27 | 343.33 | 0.28 | 0.62 |
| Hex | BA | 84 | 93 | 0 | 1D | 15 | 1B | 157 | 1C | 3E |
| Octal | 272 | 204 | 223 | 0 | 35 | 25 | 33 | 527 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10010011 | 0 | 11101 | 10101 | 11011 | 101010111 | 11100 | 111110 |
Color Harmonies of #BA8493
Complementary color
Monochromatic Colors of #BA8493
Black with #BA8493
Text Example
Text Example
White with #BA8493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8493; }
p { color: rgb(186,132,147); }
H1.HeaderClassName
{
color: #BA8493;
}
.AnyTagClassName
{
color: #BA8493;
}
</style>
background-color css
<style>
a { background-color: #BA8493; }
a { background-color: rgb(186,132,147); }
div.DivClassName
{
background-color: #BA8493;
}
.BgClassName
{
background-color: #BA8493;
}
</style>
border-color css
<style>
span { border-color: #BA8493; }
span { border-color: rgb(186,132,147); }
td.TdClassName
{
border-color: #BA8493;
}
.TagClassName
{
border-color: #BA8493;
}
</style>