Shades of Viola #BA9194
Tints of Viola #BA9194
RGB
CMYK
RGB Variations
Color information
#BA9194 (or 0xBA9194) is known color: Viola. HEX triplet: BA, 91 and 94. RGB value is (186,145,148). Sum of RGB (Red+Green+Blue) = 186+145+148=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9194 is #456E6B. Grayscale: #9D9D9D. Windows color (decimal): -4550252 or 9736634. OLE color: 9736634.
HSL color Cylindrical-coordinate representation of color #BA9194: hue angle of 355.61º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9194 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 148 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.27 |
| HSL | 355.61º | 0.23% | 0.65% | - |
| HSV(B) | 355.61º | 0.22% | 0.73% | - |
| XYZ | 35.72 | 32.83 | 32.47 | - |
| YUV | 157.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 148 | 0 | 0.22 | 0.20 | 0.27 | 355.61 | 0.23 | 0.65 |
| Hex | BA | 91 | 94 | 0 | 16 | 14 | 1B | 164 | 17 | 41 |
| Octal | 272 | 221 | 224 | 0 | 26 | 24 | 33 | 544 | 27 | 101 |
| Binary | 10111010 | 10010001 | 10010100 | 0 | 10110 | 10100 | 11011 | 101100100 | 10111 | 1000001 |
Color Harmonies of #BA9194
Complementary color
Monochromatic Colors of #BA9194
Black with #BA9194
Text Example
Text Example
White with #BA9194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9194; }
p { color: rgb(186,145,148); }
H1.HeaderClassName
{
color: #BA9194;
}
.AnyTagClassName
{
color: #BA9194;
}
</style>
background-color css
<style>
a { background-color: #BA9194; }
a { background-color: rgb(186,145,148); }
div.DivClassName
{
background-color: #BA9194;
}
.BgClassName
{
background-color: #BA9194;
}
</style>
border-color css
<style>
span { border-color: #BA9194; }
span { border-color: rgb(186,145,148); }
td.TdClassName
{
border-color: #BA9194;
}
.TagClassName
{
border-color: #BA9194;
}
</style>