Shades of Medium Red Violet #BA39A1
Tints of Medium Red Violet #BA39A1
RGB
CMYK
RGB Variations
Color information
#BA39A1 (or 0xBA39A1) is known color: Medium Red Violet. HEX triplet: BA, 39 and A1. RGB value is (186,57,161). Sum of RGB (Red+Green+Blue) = 186+57+161=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA39A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA39A1 is #45C65E. Grayscale: #6B6B6B. Windows color (decimal): -4572767 or 10566074. OLE color: 10566074.
HSL color Cylindrical-coordinate representation of color #BA39A1: hue angle of 311.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA39A1 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 161 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.27 |
| HSL | 311.63º | 0.53% | 0.48% | - |
| HSV(B) | 311.63º | 0.69% | 0.73% | - |
| XYZ | 28.15 | 15.94 | 35.31 | - |
| YUV | 107.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 161 | 0 | 0.69 | 0.13 | 0.27 | 311.63 | 0.53 | 0.48 |
| Hex | BA | 39 | A1 | 0 | 45 | D | 1B | 138 | 35 | 30 |
| Octal | 272 | 71 | 241 | 0 | 105 | 15 | 33 | 470 | 65 | 60 |
| Binary | 10111010 | 111001 | 10100001 | 0 | 1000101 | 1101 | 11011 | 100111000 | 110101 | 110000 |
Color Harmonies of #BA39A1
Complementary color
Monochromatic Colors of #BA39A1
Black with #BA39A1
Text Example
Text Example
White with #BA39A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39A1; }
p { color: rgb(186,57,161); }
H1.HeaderClassName
{
color: #BA39A1;
}
.AnyTagClassName
{
color: #BA39A1;
}
</style>
background-color css
<style>
a { background-color: #BA39A1; }
a { background-color: rgb(186,57,161); }
div.DivClassName
{
background-color: #BA39A1;
}
.BgClassName
{
background-color: #BA39A1;
}
</style>
border-color css
<style>
span { border-color: #BA39A1; }
span { border-color: rgb(186,57,161); }
td.TdClassName
{
border-color: #BA39A1;
}
.TagClassName
{
border-color: #BA39A1;
}
</style>