Shades of Medium Red Violet #BA2492
Tints of Medium Red Violet #BA2492
RGB
CMYK
RGB Variations
Color information
#BA2492 (or 0xBA2492) is known color: Medium Red Violet. HEX triplet: BA, 24 and 92. RGB value is (186,36,146). Sum of RGB (Red+Green+Blue) = 186+36+146=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2492 is #45DB6D. Grayscale: #5D5D5D. Windows color (decimal): -4578158 or 9577658. OLE color: 9577658.
HSL color Cylindrical-coordinate representation of color #BA2492: hue angle of 316º 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 #BA2492 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 146 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.27 |
| HSL | 316º | 0.68% | 0.44% | - |
| HSV(B) | 316º | 0.81% | 0.73% | - |
| XYZ | 26.07 | 13.78 | 28.48 | - |
| YUV | 93.39 | 157.7 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 146 | 0 | 0.81 | 0.22 | 0.27 | 316 | 0.68 | 0.44 |
| Hex | BA | 24 | 92 | 0 | 51 | 16 | 1B | 13C | 44 | 2C |
| Octal | 272 | 44 | 222 | 0 | 121 | 26 | 33 | 474 | 104 | 54 |
| Binary | 10111010 | 100100 | 10010010 | 0 | 1010001 | 10110 | 11011 | 100111100 | 1000100 | 101100 |
Color Harmonies of #BA2492
Complementary color
Monochromatic Colors of #BA2492
Black with #BA2492
Text Example
Text Example
White with #BA2492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2492; }
p { color: rgb(186,36,146); }
H1.HeaderClassName
{
color: #BA2492;
}
.AnyTagClassName
{
color: #BA2492;
}
</style>
background-color css
<style>
a { background-color: #BA2492; }
a { background-color: rgb(186,36,146); }
div.DivClassName
{
background-color: #BA2492;
}
.BgClassName
{
background-color: #BA2492;
}
</style>
border-color css
<style>
span { border-color: #BA2492; }
span { border-color: rgb(186,36,146); }
td.TdClassName
{
border-color: #BA2492;
}
.TagClassName
{
border-color: #BA2492;
}
</style>