Shades of Medium Red Violet #BA2482
Tints of Medium Red Violet #BA2482
RGB
CMYK
RGB Variations
Color information
#BA2482 (or 0xBA2482) is known color: Medium Red Violet. HEX triplet: BA, 24 and 82. RGB value is (186,36,130). Sum of RGB (Red+Green+Blue) = 186+36+130=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2482 is #45DB7D. Grayscale: #5B5B5B. Windows color (decimal): -4578174 or 8529082. OLE color: 8529082.
HSL color Cylindrical-coordinate representation of color #BA2482: hue angle of 322.4º 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 #BA2482 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 130 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.27 |
| HSL | 322.4º | 0.68% | 0.44% | - |
| HSV(B) | 322.4º | 0.81% | 0.73% | - |
| XYZ | 24.91 | 13.31 | 22.38 | - |
| YUV | 91.57 | 149.7 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 130 | 0 | 0.81 | 0.30 | 0.27 | 322.4 | 0.68 | 0.44 |
| Hex | BA | 24 | 82 | 0 | 51 | 1E | 1B | 142 | 44 | 2C |
| Octal | 272 | 44 | 202 | 0 | 121 | 36 | 33 | 502 | 104 | 54 |
| Binary | 10111010 | 100100 | 10000010 | 0 | 1010001 | 11110 | 11011 | 101000010 | 1000100 | 101100 |
Color Harmonies of #BA2482
Complementary color
Monochromatic Colors of #BA2482
Black with #BA2482
Text Example
Text Example
White with #BA2482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2482; }
p { color: rgb(186,36,130); }
H1.HeaderClassName
{
color: #BA2482;
}
.AnyTagClassName
{
color: #BA2482;
}
</style>
background-color css
<style>
a { background-color: #BA2482; }
a { background-color: rgb(186,36,130); }
div.DivClassName
{
background-color: #BA2482;
}
.BgClassName
{
background-color: #BA2482;
}
</style>
border-color css
<style>
span { border-color: #BA2482; }
span { border-color: rgb(186,36,130); }
td.TdClassName
{
border-color: #BA2482;
}
.TagClassName
{
border-color: #BA2482;
}
</style>