Shades of Medium Red Violet #BA2582
Tints of Medium Red Violet #BA2582
RGB
CMYK
RGB Variations
Color information
#BA2582 (or 0xBA2582) is known color: Medium Red Violet. HEX triplet: BA, 25 and 82. RGB value is (186,37,130). Sum of RGB (Red+Green+Blue) = 186+37+130=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2582 is #45DA7D. Grayscale: #5B5B5B. Windows color (decimal): -4577918 or 8529338. OLE color: 8529338.
HSL color Cylindrical-coordinate representation of color #BA2582: hue angle of 322.55º 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 #BA2582 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 130 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.27 |
| HSL | 322.55º | 0.67% | 0.44% | - |
| HSV(B) | 322.55º | 0.8% | 0.73% | - |
| XYZ | 24.94 | 13.37 | 22.39 | - |
| YUV | 92.15 | 149.36 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 130 | 0 | 0.80 | 0.30 | 0.27 | 322.55 | 0.67 | 0.44 |
| Hex | BA | 25 | 82 | 0 | 50 | 1E | 1B | 143 | 43 | 2C |
| Octal | 272 | 45 | 202 | 0 | 120 | 36 | 33 | 503 | 103 | 54 |
| Binary | 10111010 | 100101 | 10000010 | 0 | 1010000 | 11110 | 11011 | 101000011 | 1000011 | 101100 |
Color Harmonies of #BA2582
Complementary color
Monochromatic Colors of #BA2582
Black with #BA2582
Text Example
Text Example
White with #BA2582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2582; }
p { color: rgb(186,37,130); }
H1.HeaderClassName
{
color: #BA2582;
}
.AnyTagClassName
{
color: #BA2582;
}
</style>
background-color css
<style>
a { background-color: #BA2582; }
a { background-color: rgb(186,37,130); }
div.DivClassName
{
background-color: #BA2582;
}
.BgClassName
{
background-color: #BA2582;
}
</style>
border-color css
<style>
span { border-color: #BA2582; }
span { border-color: rgb(186,37,130); }
td.TdClassName
{
border-color: #BA2582;
}
.TagClassName
{
border-color: #BA2582;
}
</style>