Shades of Viola #BA7F97
Tints of Viola #BA7F97
RGB
CMYK
RGB Variations
Color information
#BA7F97 (or 0xBA7F97) is known color: Viola. HEX triplet: BA, 7F and 97. RGB value is (186,127,151). Sum of RGB (Red+Green+Blue) = 186+127+151=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F97 is #458068. Grayscale: #939393. Windows color (decimal): -4554857 or 9928634. OLE color: 9928634.
HSL color Cylindrical-coordinate representation of color #BA7F97: hue angle of 335.59º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7F97 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 151 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.27 |
| HSL | 335.59º | 0.3% | 0.61% | - |
| HSV(B) | 335.59º | 0.32% | 0.73% | - |
| XYZ | 33.42 | 27.85 | 32.89 | - |
| YUV | 147.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 151 | 0 | 0.32 | 0.19 | 0.27 | 335.59 | 0.3 | 0.61 |
| Hex | BA | 7F | 97 | 0 | 20 | 13 | 1B | 150 | 1E | 3D |
| Octal | 272 | 177 | 227 | 0 | 40 | 23 | 33 | 520 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10010111 | 0 | 100000 | 10011 | 11011 | 101010000 | 11110 | 111101 |
Color Harmonies of #BA7F97
Complementary color
Monochromatic Colors of #BA7F97
Black with #BA7F97
Text Example
Text Example
White with #BA7F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F97; }
p { color: rgb(186,127,151); }
H1.HeaderClassName
{
color: #BA7F97;
}
.AnyTagClassName
{
color: #BA7F97;
}
</style>
background-color css
<style>
a { background-color: #BA7F97; }
a { background-color: rgb(186,127,151); }
div.DivClassName
{
background-color: #BA7F97;
}
.BgClassName
{
background-color: #BA7F97;
}
</style>
border-color css
<style>
span { border-color: #BA7F97; }
span { border-color: rgb(186,127,151); }
td.TdClassName
{
border-color: #BA7F97;
}
.TagClassName
{
border-color: #BA7F97;
}
</style>