Shades of Medium Red Violet #BA2486
Tints of Medium Red Violet #BA2486
RGB
CMYK
RGB Variations
Color information
#BA2486 (or 0xBA2486) is known color: Medium Red Violet. HEX triplet: BA, 24 and 86. RGB value is (186,36,134). Sum of RGB (Red+Green+Blue) = 186+36+134=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2486 is #45DB79. Grayscale: #5B5B5B. Windows color (decimal): -4578170 or 8791226. OLE color: 8791226.
HSL color Cylindrical-coordinate representation of color #BA2486: hue angle of 320.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2486 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 134 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.27 |
| HSL | 320.8º | 0.68% | 0.44% | - |
| HSV(B) | 320.8º | 0.81% | 0.73% | - |
| XYZ | 25.18 | 13.42 | 23.82 | - |
| YUV | 92.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 134 | 0 | 0.81 | 0.28 | 0.27 | 320.8 | 0.68 | 0.44 |
| Hex | BA | 24 | 86 | 0 | 51 | 1C | 1B | 141 | 44 | 2C |
| Octal | 272 | 44 | 206 | 0 | 121 | 34 | 33 | 501 | 104 | 54 |
| Binary | 10111010 | 100100 | 10000110 | 0 | 1010001 | 11100 | 11011 | 101000001 | 1000100 | 101100 |
Color Harmonies of #BA2486
Complementary color
Monochromatic Colors of #BA2486
Black with #BA2486
Text Example
Text Example
White with #BA2486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2486; }
p { color: rgb(186,36,134); }
H1.HeaderClassName
{
color: #BA2486;
}
.AnyTagClassName
{
color: #BA2486;
}
</style>
background-color css
<style>
a { background-color: #BA2486; }
a { background-color: rgb(186,36,134); }
div.DivClassName
{
background-color: #BA2486;
}
.BgClassName
{
background-color: #BA2486;
}
</style>
border-color css
<style>
span { border-color: #BA2486; }
span { border-color: rgb(186,36,134); }
td.TdClassName
{
border-color: #BA2486;
}
.TagClassName
{
border-color: #BA2486;
}
</style>