Shades of Viola #BA7F96
Tints of Viola #BA7F96
RGB
CMYK
RGB Variations
Color information
#BA7F96 (or 0xBA7F96) is known color: Viola. HEX triplet: BA, 7F and 96. RGB value is (186,127,150). Sum of RGB (Red+Green+Blue) = 186+127+150=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F96 is #458069. Grayscale: #939393. Windows color (decimal): -4554858 or 9863098. OLE color: 9863098.
HSL color Cylindrical-coordinate representation of color #BA7F96: hue angle of 336.61º 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 #BA7F96 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 150 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.27 |
| HSL | 336.61º | 0.3% | 0.61% | - |
| HSV(B) | 336.61º | 0.32% | 0.73% | - |
| XYZ | 33.34 | 27.82 | 32.47 | - |
| YUV | 147.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 150 | 0 | 0.32 | 0.19 | 0.27 | 336.61 | 0.3 | 0.61 |
| Hex | BA | 7F | 96 | 0 | 20 | 13 | 1B | 151 | 1E | 3D |
| Octal | 272 | 177 | 226 | 0 | 40 | 23 | 33 | 521 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10010110 | 0 | 100000 | 10011 | 11011 | 101010001 | 11110 | 111101 |
Color Harmonies of #BA7F96
Complementary color
Monochromatic Colors of #BA7F96
Black with #BA7F96
Text Example
Text Example
White with #BA7F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F96; }
p { color: rgb(186,127,150); }
H1.HeaderClassName
{
color: #BA7F96;
}
.AnyTagClassName
{
color: #BA7F96;
}
</style>
background-color css
<style>
a { background-color: #BA7F96; }
a { background-color: rgb(186,127,150); }
div.DivClassName
{
background-color: #BA7F96;
}
.BgClassName
{
background-color: #BA7F96;
}
</style>
border-color css
<style>
span { border-color: #BA7F96; }
span { border-color: rgb(186,127,150); }
td.TdClassName
{
border-color: #BA7F96;
}
.TagClassName
{
border-color: #BA7F96;
}
</style>