Shades of Viola #BA8596
Tints of Viola #BA8596
RGB
CMYK
RGB Variations
Color information
#BA8596 (or 0xBA8596) is known color: Viola. HEX triplet: BA, 85 and 96. RGB value is (186,133,150). Sum of RGB (Red+Green+Blue) = 186+133+150=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8596 is #457A69. Grayscale: #969696. Windows color (decimal): -4553322 or 9864634. OLE color: 9864634.
HSL color Cylindrical-coordinate representation of color #BA8596: hue angle of 340.75º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA8596 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 150 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.27 |
| HSL | 340.75º | 0.28% | 0.63% | - |
| HSV(B) | 340.75º | 0.28% | 0.73% | - |
| XYZ | 34.14 | 29.42 | 32.73 | - |
| YUV | 150.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 150 | 0 | 0.28 | 0.19 | 0.27 | 340.75 | 0.28 | 0.63 |
| Hex | BA | 85 | 96 | 0 | 1C | 13 | 1B | 155 | 1C | 3F |
| Octal | 272 | 205 | 226 | 0 | 34 | 23 | 33 | 525 | 34 | 77 |
| Binary | 10111010 | 10000101 | 10010110 | 0 | 11100 | 10011 | 11011 | 101010101 | 11100 | 111111 |
Color Harmonies of #BA8596
Complementary color
Monochromatic Colors of #BA8596
Black with #BA8596
Text Example
Text Example
White with #BA8596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8596; }
p { color: rgb(186,133,150); }
H1.HeaderClassName
{
color: #BA8596;
}
.AnyTagClassName
{
color: #BA8596;
}
</style>
background-color css
<style>
a { background-color: #BA8596; }
a { background-color: rgb(186,133,150); }
div.DivClassName
{
background-color: #BA8596;
}
.BgClassName
{
background-color: #BA8596;
}
</style>
border-color css
<style>
span { border-color: #BA8596; }
span { border-color: rgb(186,133,150); }
td.TdClassName
{
border-color: #BA8596;
}
.TagClassName
{
border-color: #BA8596;
}
</style>