Shades of Viola #BA8197
Tints of Viola #BA8197
RGB
CMYK
RGB Variations
Color information
#BA8197 (or 0xBA8197) is known color: Viola. HEX triplet: BA, 81 and 97. RGB value is (186,129,151). Sum of RGB (Red+Green+Blue) = 186+129+151=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8197 is #457E68. Grayscale: #949494. Windows color (decimal): -4554345 or 9929146. OLE color: 9929146.
HSL color Cylindrical-coordinate representation of color #BA8197: hue angle of 336.84º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8197 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 151 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.27 |
| HSL | 336.84º | 0.29% | 0.62% | - |
| HSV(B) | 336.84º | 0.31% | 0.73% | - |
| XYZ | 33.69 | 28.37 | 32.98 | - |
| YUV | 148.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 151 | 0 | 0.31 | 0.19 | 0.27 | 336.84 | 0.29 | 0.62 |
| Hex | BA | 81 | 97 | 0 | 1F | 13 | 1B | 151 | 1D | 3E |
| Octal | 272 | 201 | 227 | 0 | 37 | 23 | 33 | 521 | 35 | 76 |
| Binary | 10111010 | 10000001 | 10010111 | 0 | 11111 | 10011 | 11011 | 101010001 | 11101 | 111110 |
Color Harmonies of #BA8197
Complementary color
Monochromatic Colors of #BA8197
Black with #BA8197
Text Example
Text Example
White with #BA8197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8197; }
p { color: rgb(186,129,151); }
H1.HeaderClassName
{
color: #BA8197;
}
.AnyTagClassName
{
color: #BA8197;
}
</style>
background-color css
<style>
a { background-color: #BA8197; }
a { background-color: rgb(186,129,151); }
div.DivClassName
{
background-color: #BA8197;
}
.BgClassName
{
background-color: #BA8197;
}
</style>
border-color css
<style>
span { border-color: #BA8197; }
span { border-color: rgb(186,129,151); }
td.TdClassName
{
border-color: #BA8197;
}
.TagClassName
{
border-color: #BA8197;
}
</style>