Shades of Viola #BA8490
Tints of Viola #BA8490
RGB
CMYK
RGB Variations
Color information
#BA8490 (or 0xBA8490) is known color: Viola. HEX triplet: BA, 84 and 90. RGB value is (186,132,144). Sum of RGB (Red+Green+Blue) = 186+132+144=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8490 is #457B6F. Grayscale: #959595. Windows color (decimal): -4553584 or 9471162. OLE color: 9471162.
HSL color Cylindrical-coordinate representation of color #BA8490: hue angle of 346.67º 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 #BA8490 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 144 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.27 |
| HSL | 346.67º | 0.28% | 0.62% | - |
| HSV(B) | 346.67º | 0.29% | 0.73% | - |
| XYZ | 33.54 | 28.96 | 30.21 | - |
| YUV | 149.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 144 | 0 | 0.29 | 0.23 | 0.27 | 346.67 | 0.28 | 0.62 |
| Hex | BA | 84 | 90 | 0 | 1D | 17 | 1B | 15B | 1C | 3E |
| Octal | 272 | 204 | 220 | 0 | 35 | 27 | 33 | 533 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10010000 | 0 | 11101 | 10111 | 11011 | 101011011 | 11100 | 111110 |
Color Harmonies of #BA8490
Complementary color
Monochromatic Colors of #BA8490
Black with #BA8490
Text Example
Text Example
White with #BA8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8490; }
p { color: rgb(186,132,144); }
H1.HeaderClassName
{
color: #BA8490;
}
.AnyTagClassName
{
color: #BA8490;
}
</style>
background-color css
<style>
a { background-color: #BA8490; }
a { background-color: rgb(186,132,144); }
div.DivClassName
{
background-color: #BA8490;
}
.BgClassName
{
background-color: #BA8490;
}
</style>
border-color css
<style>
span { border-color: #BA8490; }
span { border-color: rgb(186,132,144); }
td.TdClassName
{
border-color: #BA8490;
}
.TagClassName
{
border-color: #BA8490;
}
</style>