Shades of Viola #BA8495
Tints of Viola #BA8495
RGB
CMYK
RGB Variations
Color information
#BA8495 (or 0xBA8495) is known color: Viola. HEX triplet: BA, 84 and 95. RGB value is (186,132,149). Sum of RGB (Red+Green+Blue) = 186+132+149=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8495 is #457B6A. Grayscale: #969696. Windows color (decimal): -4553579 or 9798842. OLE color: 9798842.
HSL color Cylindrical-coordinate representation of color #BA8495: hue angle of 341.11º 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 #BA8495 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 149 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.27 |
| HSL | 341.11º | 0.28% | 0.62% | - |
| HSV(B) | 341.11º | 0.29% | 0.73% | - |
| XYZ | 33.93 | 29.11 | 32.26 | - |
| YUV | 150.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 149 | 0 | 0.29 | 0.20 | 0.27 | 341.11 | 0.28 | 0.62 |
| Hex | BA | 84 | 95 | 0 | 1D | 14 | 1B | 155 | 1C | 3E |
| Octal | 272 | 204 | 225 | 0 | 35 | 24 | 33 | 525 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10010101 | 0 | 11101 | 10100 | 11011 | 101010101 | 11100 | 111110 |
Color Harmonies of #BA8495
Complementary color
Monochromatic Colors of #BA8495
Black with #BA8495
Text Example
Text Example
White with #BA8495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8495; }
p { color: rgb(186,132,149); }
H1.HeaderClassName
{
color: #BA8495;
}
.AnyTagClassName
{
color: #BA8495;
}
</style>
background-color css
<style>
a { background-color: #BA8495; }
a { background-color: rgb(186,132,149); }
div.DivClassName
{
background-color: #BA8495;
}
.BgClassName
{
background-color: #BA8495;
}
</style>
border-color css
<style>
span { border-color: #BA8495; }
span { border-color: rgb(186,132,149); }
td.TdClassName
{
border-color: #BA8495;
}
.TagClassName
{
border-color: #BA8495;
}
</style>