Shades of Viola #BA878D
Tints of Viola #BA878D
RGB
CMYK
RGB Variations
Color information
#BA878D (or 0xBA878D) is known color: Viola. HEX triplet: BA, 87 and 8D. RGB value is (186,135,141). Sum of RGB (Red+Green+Blue) = 186+135+141=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA878D is #457872. Grayscale: #969696. Windows color (decimal): -4552819 or 9275322. OLE color: 9275322.
HSL color Cylindrical-coordinate representation of color #BA878D: hue angle of 352.94º 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 #BA878D is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 141 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.27 |
| HSL | 352.94º | 0.27% | 0.63% | - |
| HSV(B) | 352.94º | 0.27% | 0.73% | - |
| XYZ | 33.72 | 29.69 | 29.15 | - |
| YUV | 150.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 141 | 0 | 0.27 | 0.24 | 0.27 | 352.94 | 0.27 | 0.63 |
| Hex | BA | 87 | 8D | 0 | 1B | 18 | 1B | 161 | 1B | 3F |
| Octal | 272 | 207 | 215 | 0 | 33 | 30 | 33 | 541 | 33 | 77 |
| Binary | 10111010 | 10000111 | 10001101 | 0 | 11011 | 11000 | 11011 | 101100001 | 11011 | 111111 |
Color Harmonies of #BA878D
Complementary color
Monochromatic Colors of #BA878D
Black with #BA878D
Text Example
Text Example
White with #BA878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA878D; }
p { color: rgb(186,135,141); }
H1.HeaderClassName
{
color: #BA878D;
}
.AnyTagClassName
{
color: #BA878D;
}
</style>
background-color css
<style>
a { background-color: #BA878D; }
a { background-color: rgb(186,135,141); }
div.DivClassName
{
background-color: #BA878D;
}
.BgClassName
{
background-color: #BA878D;
}
</style>
border-color css
<style>
span { border-color: #BA878D; }
span { border-color: rgb(186,135,141); }
td.TdClassName
{
border-color: #BA878D;
}
.TagClassName
{
border-color: #BA878D;
}
</style>