Shades of Medium Red Violet #BA2592
Tints of Medium Red Violet #BA2592
RGB
CMYK
RGB Variations
Color information
#BA2592 (or 0xBA2592) is known color: Medium Red Violet. HEX triplet: BA, 25 and 92. RGB value is (186,37,146). Sum of RGB (Red+Green+Blue) = 186+37+146=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2592 is #45DA6D. Grayscale: #5D5D5D. Windows color (decimal): -4577902 or 9577914. OLE color: 9577914.
HSL color Cylindrical-coordinate representation of color #BA2592: hue angle of 316.11º 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 #BA2592 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 146 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.27 |
| HSL | 316.11º | 0.67% | 0.44% | - |
| HSV(B) | 316.11º | 0.8% | 0.73% | - |
| XYZ | 26.1 | 13.84 | 28.49 | - |
| YUV | 93.98 | 157.36 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 146 | 0 | 0.80 | 0.22 | 0.27 | 316.11 | 0.67 | 0.44 |
| Hex | BA | 25 | 92 | 0 | 50 | 16 | 1B | 13C | 43 | 2C |
| Octal | 272 | 45 | 222 | 0 | 120 | 26 | 33 | 474 | 103 | 54 |
| Binary | 10111010 | 100101 | 10010010 | 0 | 1010000 | 10110 | 11011 | 100111100 | 1000011 | 101100 |
Color Harmonies of #BA2592
Complementary color
Monochromatic Colors of #BA2592
Black with #BA2592
Text Example
Text Example
White with #BA2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2592; }
p { color: rgb(186,37,146); }
H1.HeaderClassName
{
color: #BA2592;
}
.AnyTagClassName
{
color: #BA2592;
}
</style>
background-color css
<style>
a { background-color: #BA2592; }
a { background-color: rgb(186,37,146); }
div.DivClassName
{
background-color: #BA2592;
}
.BgClassName
{
background-color: #BA2592;
}
</style>
border-color css
<style>
span { border-color: #BA2592; }
span { border-color: rgb(186,37,146); }
td.TdClassName
{
border-color: #BA2592;
}
.TagClassName
{
border-color: #BA2592;
}
</style>