Shades of Medium Red Violet #BA2484
Tints of Medium Red Violet #BA2484
RGB
CMYK
RGB Variations
Color information
#BA2484 (or 0xBA2484) is known color: Medium Red Violet. HEX triplet: BA, 24 and 84. RGB value is (186,36,132). Sum of RGB (Red+Green+Blue) = 186+36+132=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2484 is #45DB7B. Grayscale: #5B5B5B. Windows color (decimal): -4578172 or 8660154. OLE color: 8660154.
HSL color Cylindrical-coordinate representation of color #BA2484: hue angle of 321.6º 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 #BA2484 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 132 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.27 |
| HSL | 321.6º | 0.68% | 0.44% | - |
| HSV(B) | 321.6º | 0.81% | 0.73% | - |
| XYZ | 25.05 | 13.37 | 23.09 | - |
| YUV | 91.79 | 150.7 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 132 | 0 | 0.81 | 0.29 | 0.27 | 321.6 | 0.68 | 0.44 |
| Hex | BA | 24 | 84 | 0 | 51 | 1D | 1B | 142 | 44 | 2C |
| Octal | 272 | 44 | 204 | 0 | 121 | 35 | 33 | 502 | 104 | 54 |
| Binary | 10111010 | 100100 | 10000100 | 0 | 1010001 | 11101 | 11011 | 101000010 | 1000100 | 101100 |
Color Harmonies of #BA2484
Complementary color
Monochromatic Colors of #BA2484
Black with #BA2484
Text Example
Text Example
White with #BA2484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2484; }
p { color: rgb(186,36,132); }
H1.HeaderClassName
{
color: #BA2484;
}
.AnyTagClassName
{
color: #BA2484;
}
</style>
background-color css
<style>
a { background-color: #BA2484; }
a { background-color: rgb(186,36,132); }
div.DivClassName
{
background-color: #BA2484;
}
.BgClassName
{
background-color: #BA2484;
}
</style>
border-color css
<style>
span { border-color: #BA2484; }
span { border-color: rgb(186,36,132); }
td.TdClassName
{
border-color: #BA2484;
}
.TagClassName
{
border-color: #BA2484;
}
</style>