Shades of Medium Red Violet #BA2384
Tints of Medium Red Violet #BA2384
RGB
CMYK
RGB Variations
Color information
#BA2384 (or 0xBA2384) is known color: Medium Red Violet. HEX triplet: BA, 23 and 84. RGB value is (186,35,132). Sum of RGB (Red+Green+Blue) = 186+35+132=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2384 is #45DC7B. Grayscale: #5A5A5A. Windows color (decimal): -4578428 or 8659898. OLE color: 8659898.
HSL color Cylindrical-coordinate representation of color #BA2384: hue angle of 321.46º 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 #BA2384 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 132 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.27 |
| HSL | 321.46º | 0.68% | 0.43% | - |
| HSV(B) | 321.46º | 0.81% | 0.73% | - |
| XYZ | 25.02 | 13.31 | 23.08 | - |
| YUV | 91.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 132 | 0 | 0.81 | 0.29 | 0.27 | 321.46 | 0.68 | 0.43 |
| Hex | BA | 23 | 84 | 0 | 51 | 1D | 1B | 141 | 44 | 2B |
| Octal | 272 | 43 | 204 | 0 | 121 | 35 | 33 | 501 | 104 | 53 |
| Binary | 10111010 | 100011 | 10000100 | 0 | 1010001 | 11101 | 11011 | 101000001 | 1000100 | 101011 |
Color Harmonies of #BA2384
Complementary color
Monochromatic Colors of #BA2384
Black with #BA2384
Text Example
Text Example
White with #BA2384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2384; }
p { color: rgb(186,35,132); }
H1.HeaderClassName
{
color: #BA2384;
}
.AnyTagClassName
{
color: #BA2384;
}
</style>
background-color css
<style>
a { background-color: #BA2384; }
a { background-color: rgb(186,35,132); }
div.DivClassName
{
background-color: #BA2384;
}
.BgClassName
{
background-color: #BA2384;
}
</style>
border-color css
<style>
span { border-color: #BA2384; }
span { border-color: rgb(186,35,132); }
td.TdClassName
{
border-color: #BA2384;
}
.TagClassName
{
border-color: #BA2384;
}
</style>