Shades of Medium Red Violet #BA2483
Tints of Medium Red Violet #BA2483
RGB
CMYK
RGB Variations
Color information
#BA2483 (or 0xBA2483) is known color: Medium Red Violet. HEX triplet: BA, 24 and 83. RGB value is (186,36,131). Sum of RGB (Red+Green+Blue) = 186+36+131=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2483 is #45DB7C. Grayscale: #5B5B5B. Windows color (decimal): -4578173 or 8594618. OLE color: 8594618.
HSL color Cylindrical-coordinate representation of color #BA2483: hue angle of 322º 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 #BA2483 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 131 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.27 |
| HSL | 322º | 0.68% | 0.44% | - |
| HSV(B) | 322º | 0.81% | 0.73% | - |
| XYZ | 24.98 | 13.34 | 22.73 | - |
| YUV | 91.68 | 150.2 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 131 | 0 | 0.81 | 0.30 | 0.27 | 322 | 0.68 | 0.44 |
| Hex | BA | 24 | 83 | 0 | 51 | 1E | 1B | 142 | 44 | 2C |
| Octal | 272 | 44 | 203 | 0 | 121 | 36 | 33 | 502 | 104 | 54 |
| Binary | 10111010 | 100100 | 10000011 | 0 | 1010001 | 11110 | 11011 | 101000010 | 1000100 | 101100 |
Color Harmonies of #BA2483
Complementary color
Monochromatic Colors of #BA2483
Black with #BA2483
Text Example
Text Example
White with #BA2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2483; }
p { color: rgb(186,36,131); }
H1.HeaderClassName
{
color: #BA2483;
}
.AnyTagClassName
{
color: #BA2483;
}
</style>
background-color css
<style>
a { background-color: #BA2483; }
a { background-color: rgb(186,36,131); }
div.DivClassName
{
background-color: #BA2483;
}
.BgClassName
{
background-color: #BA2483;
}
</style>
border-color css
<style>
span { border-color: #BA2483; }
span { border-color: rgb(186,36,131); }
td.TdClassName
{
border-color: #BA2483;
}
.TagClassName
{
border-color: #BA2483;
}
</style>