Shades of Viola #BA858F
Tints of Viola #BA858F
RGB
CMYK
RGB Variations
Color information
#BA858F (or 0xBA858F) is known color: Viola. HEX triplet: BA, 85 and 8F. RGB value is (186,133,143). Sum of RGB (Red+Green+Blue) = 186+133+143=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA858F is #457A70. Grayscale: #959595. Windows color (decimal): -4553329 or 9405882. OLE color: 9405882.
HSL color Cylindrical-coordinate representation of color #BA858F: hue angle of 348.68º degrees, saturation: 0.28, 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 #BA858F is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 143 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.27 |
| HSL | 348.68º | 0.28% | 0.63% | - |
| HSV(B) | 348.68º | 0.28% | 0.73% | - |
| XYZ | 33.6 | 29.2 | 29.85 | - |
| YUV | 149.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 143 | 0 | 0.28 | 0.23 | 0.27 | 348.68 | 0.28 | 0.63 |
| Hex | BA | 85 | 8F | 0 | 1C | 17 | 1B | 15D | 1C | 3F |
| Octal | 272 | 205 | 217 | 0 | 34 | 27 | 33 | 535 | 34 | 77 |
| Binary | 10111010 | 10000101 | 10001111 | 0 | 11100 | 10111 | 11011 | 101011101 | 11100 | 111111 |
Color Harmonies of #BA858F
Complementary color
Monochromatic Colors of #BA858F
Black with #BA858F
Text Example
Text Example
White with #BA858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA858F; }
p { color: rgb(186,133,143); }
H1.HeaderClassName
{
color: #BA858F;
}
.AnyTagClassName
{
color: #BA858F;
}
</style>
background-color css
<style>
a { background-color: #BA858F; }
a { background-color: rgb(186,133,143); }
div.DivClassName
{
background-color: #BA858F;
}
.BgClassName
{
background-color: #BA858F;
}
</style>
border-color css
<style>
span { border-color: #BA858F; }
span { border-color: rgb(186,133,143); }
td.TdClassName
{
border-color: #BA858F;
}
.TagClassName
{
border-color: #BA858F;
}
</style>