Shades of Medium Red Violet #BA2584
Tints of Medium Red Violet #BA2584
RGB
CMYK
RGB Variations
Color information
#BA2584 (or 0xBA2584) is known color: Medium Red Violet. HEX triplet: BA, 25 and 84. RGB value is (186,37,132). Sum of RGB (Red+Green+Blue) = 186+37+132=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2584 is #45DA7B. Grayscale: #5C5C5C. Windows color (decimal): -4577916 or 8660410. OLE color: 8660410.
HSL color Cylindrical-coordinate representation of color #BA2584: hue angle of 321.74º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2584 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 132 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.27 |
| HSL | 321.75º | 0.67% | 0.44% | - |
| HSV(B) | 321.75º | 0.8% | 0.73% | - |
| XYZ | 25.08 | 13.43 | 23.1 | - |
| YUV | 92.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 132 | 0 | 0.80 | 0.29 | 0.27 | 321.75 | 0.67 | 0.44 |
| Hex | BA | 25 | 84 | 0 | 50 | 1D | 1B | 142 | 43 | 2C |
| Octal | 272 | 45 | 204 | 0 | 120 | 35 | 33 | 502 | 103 | 54 |
| Binary | 10111010 | 100101 | 10000100 | 0 | 1010000 | 11101 | 11011 | 101000010 | 1000011 | 101100 |
Color Harmonies of #BA2584
Complementary color
Monochromatic Colors of #BA2584
Black with #BA2584
Text Example
Text Example
White with #BA2584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2584; }
p { color: rgb(186,37,132); }
H1.HeaderClassName
{
color: #BA2584;
}
.AnyTagClassName
{
color: #BA2584;
}
</style>
background-color css
<style>
a { background-color: #BA2584; }
a { background-color: rgb(186,37,132); }
div.DivClassName
{
background-color: #BA2584;
}
.BgClassName
{
background-color: #BA2584;
}
</style>
border-color css
<style>
span { border-color: #BA2584; }
span { border-color: rgb(186,37,132); }
td.TdClassName
{
border-color: #BA2584;
}
.TagClassName
{
border-color: #BA2584;
}
</style>