Shades of Viola #BA8BA3
Tints of Viola #BA8BA3
RGB
CMYK
RGB Variations
Color information
#BA8BA3 (or 0xBA8BA3) is known color: Viola. HEX triplet: BA, 8B and A3. RGB value is (186,139,163). Sum of RGB (Red+Green+Blue) = 186+139+163=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BA3 is #45745C. Grayscale: #9B9B9B. Windows color (decimal): -4551773 or 10718138. OLE color: 10718138.
HSL color Cylindrical-coordinate representation of color #BA8BA3: hue angle of 329.36º 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 #BA8BA3 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 163 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.27 |
| HSL | 329.36º | 0.25% | 0.64% | - |
| HSV(B) | 329.36º | 0.25% | 0.73% | - |
| XYZ | 36.09 | 31.55 | 38.84 | - |
| YUV | 155.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 163 | 0 | 0.25 | 0.12 | 0.27 | 329.36 | 0.25 | 0.64 |
| Hex | BA | 8B | A3 | 0 | 19 | C | 1B | 149 | 19 | 40 |
| Octal | 272 | 213 | 243 | 0 | 31 | 14 | 33 | 511 | 31 | 100 |
| Binary | 10111010 | 10001011 | 10100011 | 0 | 11001 | 1100 | 11011 | 101001001 | 11001 | 1000000 |
Color Harmonies of #BA8BA3
Complementary color
Monochromatic Colors of #BA8BA3
Black with #BA8BA3
Text Example
Text Example
White with #BA8BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BA3; }
p { color: rgb(186,139,163); }
H1.HeaderClassName
{
color: #BA8BA3;
}
.AnyTagClassName
{
color: #BA8BA3;
}
</style>
background-color css
<style>
a { background-color: #BA8BA3; }
a { background-color: rgb(186,139,163); }
div.DivClassName
{
background-color: #BA8BA3;
}
.BgClassName
{
background-color: #BA8BA3;
}
</style>
border-color css
<style>
span { border-color: #BA8BA3; }
span { border-color: rgb(186,139,163); }
td.TdClassName
{
border-color: #BA8BA3;
}
.TagClassName
{
border-color: #BA8BA3;
}
</style>