Shades of Viola #BA878E
Tints of Viola #BA878E
RGB
CMYK
RGB Variations
Color information
#BA878E (or 0xBA878E) is known color: Viola. HEX triplet: BA, 87 and 8E. RGB value is (186,135,142). Sum of RGB (Red+Green+Blue) = 186+135+142=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA878E is #457871. Grayscale: #979797. Windows color (decimal): -4552818 or 9340858. OLE color: 9340858.
HSL color Cylindrical-coordinate representation of color #BA878E: hue angle of 351.76º 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 #BA878E is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 142 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.27 |
| HSL | 351.76º | 0.27% | 0.63% | - |
| HSV(B) | 351.76º | 0.27% | 0.73% | - |
| XYZ | 33.8 | 29.72 | 29.55 | - |
| YUV | 151.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 142 | 0 | 0.27 | 0.24 | 0.27 | 351.76 | 0.27 | 0.63 |
| Hex | BA | 87 | 8E | 0 | 1B | 18 | 1B | 160 | 1B | 3F |
| Octal | 272 | 207 | 216 | 0 | 33 | 30 | 33 | 540 | 33 | 77 |
| Binary | 10111010 | 10000111 | 10001110 | 0 | 11011 | 11000 | 11011 | 101100000 | 11011 | 111111 |
Color Harmonies of #BA878E
Complementary color
Monochromatic Colors of #BA878E
Black with #BA878E
Text Example
Text Example
White with #BA878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA878E; }
p { color: rgb(186,135,142); }
H1.HeaderClassName
{
color: #BA878E;
}
.AnyTagClassName
{
color: #BA878E;
}
</style>
background-color css
<style>
a { background-color: #BA878E; }
a { background-color: rgb(186,135,142); }
div.DivClassName
{
background-color: #BA878E;
}
.BgClassName
{
background-color: #BA878E;
}
</style>
border-color css
<style>
span { border-color: #BA878E; }
span { border-color: rgb(186,135,142); }
td.TdClassName
{
border-color: #BA878E;
}
.TagClassName
{
border-color: #BA878E;
}
</style>