Shades of Medium Red Violet #BA2386
Tints of Medium Red Violet #BA2386
RGB
CMYK
RGB Variations
Color information
#BA2386 (or 0xBA2386) is known color: Medium Red Violet. HEX triplet: BA, 23 and 86. RGB value is (186,35,134). Sum of RGB (Red+Green+Blue) = 186+35+134=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2386 is #45DC79. Grayscale: #5B5B5B. Windows color (decimal): -4578426 or 8790970. OLE color: 8790970.
HSL color Cylindrical-coordinate representation of color #BA2386: hue angle of 320.66º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2386 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 134 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.27 |
| HSL | 320.66º | 0.68% | 0.43% | - |
| HSV(B) | 320.66º | 0.81% | 0.73% | - |
| XYZ | 25.15 | 13.36 | 23.81 | - |
| YUV | 91.44 | 152.03 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 134 | 0 | 0.81 | 0.28 | 0.27 | 320.66 | 0.68 | 0.43 |
| Hex | BA | 23 | 86 | 0 | 51 | 1C | 1B | 141 | 44 | 2B |
| Octal | 272 | 43 | 206 | 0 | 121 | 34 | 33 | 501 | 104 | 53 |
| Binary | 10111010 | 100011 | 10000110 | 0 | 1010001 | 11100 | 11011 | 101000001 | 1000100 | 101011 |
Color Harmonies of #BA2386
Complementary color
Monochromatic Colors of #BA2386
Black with #BA2386
Text Example
Text Example
White with #BA2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2386; }
p { color: rgb(186,35,134); }
H1.HeaderClassName
{
color: #BA2386;
}
.AnyTagClassName
{
color: #BA2386;
}
</style>
background-color css
<style>
a { background-color: #BA2386; }
a { background-color: rgb(186,35,134); }
div.DivClassName
{
background-color: #BA2386;
}
.BgClassName
{
background-color: #BA2386;
}
</style>
border-color css
<style>
span { border-color: #BA2386; }
span { border-color: rgb(186,35,134); }
td.TdClassName
{
border-color: #BA2386;
}
.TagClassName
{
border-color: #BA2386;
}
</style>