Shades of Medium Red Violet #BA3792
Tints of Medium Red Violet #BA3792
RGB
CMYK
RGB Variations
Color information
#BA3792 (or 0xBA3792) is known color: Medium Red Violet. HEX triplet: BA, 37 and 92. RGB value is (186,55,146). Sum of RGB (Red+Green+Blue) = 186+55+146=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3792 is #45C86D. Grayscale: #686868. Windows color (decimal): -4573294 or 9582522. OLE color: 9582522.
HSL color Cylindrical-coordinate representation of color #BA3792: hue angle of 318.32º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3792 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 146 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.27 |
| HSL | 318.32º | 0.54% | 0.47% | - |
| HSV(B) | 318.32º | 0.7% | 0.73% | - |
| XYZ | 26.8 | 15.25 | 28.72 | - |
| YUV | 104.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 146 | 0 | 0.70 | 0.22 | 0.27 | 318.32 | 0.54 | 0.47 |
| Hex | BA | 37 | 92 | 0 | 46 | 16 | 1B | 13E | 36 | 2F |
| Octal | 272 | 67 | 222 | 0 | 106 | 26 | 33 | 476 | 66 | 57 |
| Binary | 10111010 | 110111 | 10010010 | 0 | 1000110 | 10110 | 11011 | 100111110 | 110110 | 101111 |
Color Harmonies of #BA3792
Complementary color
Monochromatic Colors of #BA3792
Black with #BA3792
Text Example
Text Example
White with #BA3792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3792; }
p { color: rgb(186,55,146); }
H1.HeaderClassName
{
color: #BA3792;
}
.AnyTagClassName
{
color: #BA3792;
}
</style>
background-color css
<style>
a { background-color: #BA3792; }
a { background-color: rgb(186,55,146); }
div.DivClassName
{
background-color: #BA3792;
}
.BgClassName
{
background-color: #BA3792;
}
</style>
border-color css
<style>
span { border-color: #BA3792; }
span { border-color: rgb(186,55,146); }
td.TdClassName
{
border-color: #BA3792;
}
.TagClassName
{
border-color: #BA3792;
}
</style>