Shades of Viola #BA8CA0
Tints of Viola #BA8CA0
RGB
CMYK
RGB Variations
Color information
#BA8CA0 (or 0xBA8CA0) is known color: Viola. HEX triplet: BA, 8C and A0. RGB value is (186,140,160). Sum of RGB (Red+Green+Blue) = 186+140+160=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CA0 is #45735F. Grayscale: #9B9B9B. Windows color (decimal): -4551520 or 10521786. OLE color: 10521786.
HSL color Cylindrical-coordinate representation of color #BA8CA0: hue angle of 333.91º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8CA0 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 160 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.27 |
| HSL | 333.91º | 0.25% | 0.64% | - |
| HSV(B) | 333.91º | 0.25% | 0.73% | - |
| XYZ | 35.97 | 31.73 | 37.49 | - |
| YUV | 156.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 160 | 0 | 0.25 | 0.14 | 0.27 | 333.91 | 0.25 | 0.64 |
| Hex | BA | 8C | A0 | 0 | 19 | E | 1B | 14E | 19 | 40 |
| Octal | 272 | 214 | 240 | 0 | 31 | 16 | 33 | 516 | 31 | 100 |
| Binary | 10111010 | 10001100 | 10100000 | 0 | 11001 | 1110 | 11011 | 101001110 | 11001 | 1000000 |
Color Harmonies of #BA8CA0
Complementary color
Monochromatic Colors of #BA8CA0
Black with #BA8CA0
Text Example
Text Example
White with #BA8CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CA0; }
p { color: rgb(186,140,160); }
H1.HeaderClassName
{
color: #BA8CA0;
}
.AnyTagClassName
{
color: #BA8CA0;
}
</style>
background-color css
<style>
a { background-color: #BA8CA0; }
a { background-color: rgb(186,140,160); }
div.DivClassName
{
background-color: #BA8CA0;
}
.BgClassName
{
background-color: #BA8CA0;
}
</style>
border-color css
<style>
span { border-color: #BA8CA0; }
span { border-color: rgb(186,140,160); }
td.TdClassName
{
border-color: #BA8CA0;
}
.TagClassName
{
border-color: #BA8CA0;
}
</style>