Shades of Viola #BA869E
Tints of Viola #BA869E
RGB
CMYK
RGB Variations
Color information
#BA869E (or 0xBA869E) is known color: Viola. HEX triplet: BA, 86 and 9E. RGB value is (186,134,158). Sum of RGB (Red+Green+Blue) = 186+134+158=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA869E is #457961. Grayscale: #989898. Windows color (decimal): -4553058 or 10389178. OLE color: 10389178.
HSL color Cylindrical-coordinate representation of color #BA869E: hue angle of 332.31º degrees, saturation: 0.27, 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 #BA869E is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 158 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.27 |
| HSL | 332.31º | 0.27% | 0.63% | - |
| HSV(B) | 332.31º | 0.28% | 0.73% | - |
| XYZ | 34.95 | 29.96 | 36.29 | - |
| YUV | 152.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 158 | 0 | 0.28 | 0.15 | 0.27 | 332.31 | 0.27 | 0.63 |
| Hex | BA | 86 | 9E | 0 | 1C | F | 1B | 14C | 1B | 3F |
| Octal | 272 | 206 | 236 | 0 | 34 | 17 | 33 | 514 | 33 | 77 |
| Binary | 10111010 | 10000110 | 10011110 | 0 | 11100 | 1111 | 11011 | 101001100 | 11011 | 111111 |
Color Harmonies of #BA869E
Complementary color
Monochromatic Colors of #BA869E
Black with #BA869E
Text Example
Text Example
White with #BA869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA869E; }
p { color: rgb(186,134,158); }
H1.HeaderClassName
{
color: #BA869E;
}
.AnyTagClassName
{
color: #BA869E;
}
</style>
background-color css
<style>
a { background-color: #BA869E; }
a { background-color: rgb(186,134,158); }
div.DivClassName
{
background-color: #BA869E;
}
.BgClassName
{
background-color: #BA869E;
}
</style>
border-color css
<style>
span { border-color: #BA869E; }
span { border-color: rgb(186,134,158); }
td.TdClassName
{
border-color: #BA869E;
}
.TagClassName
{
border-color: #BA869E;
}
</style>