Shades of Viola #BA888F
Tints of Viola #BA888F
RGB
CMYK
RGB Variations
Color information
#BA888F (or 0xBA888F) is known color: Viola. HEX triplet: BA, 88 and 8F. RGB value is (186,136,143). Sum of RGB (Red+Green+Blue) = 186+136+143=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA888F is #457770. Grayscale: #979797. Windows color (decimal): -4552561 or 9406650. OLE color: 9406650.
HSL color Cylindrical-coordinate representation of color #BA888F: hue angle of 351.6º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA888F is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 143 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.27 |
| HSL | 351.6º | 0.27% | 0.63% | - |
| HSV(B) | 351.6º | 0.27% | 0.73% | - |
| XYZ | 34.01 | 30.03 | 29.99 | - |
| YUV | 151.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 143 | 0 | 0.27 | 0.23 | 0.27 | 351.6 | 0.27 | 0.63 |
| Hex | BA | 88 | 8F | 0 | 1B | 17 | 1B | 160 | 1B | 3F |
| Octal | 272 | 210 | 217 | 0 | 33 | 27 | 33 | 540 | 33 | 77 |
| Binary | 10111010 | 10001000 | 10001111 | 0 | 11011 | 10111 | 11011 | 101100000 | 11011 | 111111 |
Color Harmonies of #BA888F
Complementary color
Monochromatic Colors of #BA888F
Black with #BA888F
Text Example
Text Example
White with #BA888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA888F; }
p { color: rgb(186,136,143); }
H1.HeaderClassName
{
color: #BA888F;
}
.AnyTagClassName
{
color: #BA888F;
}
</style>
background-color css
<style>
a { background-color: #BA888F; }
a { background-color: rgb(186,136,143); }
div.DivClassName
{
background-color: #BA888F;
}
.BgClassName
{
background-color: #BA888F;
}
</style>
border-color css
<style>
span { border-color: #BA888F; }
span { border-color: rgb(186,136,143); }
td.TdClassName
{
border-color: #BA888F;
}
.TagClassName
{
border-color: #BA888F;
}
</style>