Shades of Medium Red Violet #BA319F
Tints of Medium Red Violet #BA319F
RGB
CMYK
RGB Variations
Color information
#BA319F (or 0xBA319F) is known color: Medium Red Violet. HEX triplet: BA, 31 and 9F. RGB value is (186,49,159). Sum of RGB (Red+Green+Blue) = 186+49+159=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA319F is #45CE60. Grayscale: #666666. Windows color (decimal): -4574817 or 10432954. OLE color: 10432954.
HSL color Cylindrical-coordinate representation of color #BA319F: hue angle of 311.82º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA319F is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 159 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.27 |
| HSL | 311.82º | 0.58% | 0.46% | - |
| HSV(B) | 311.82º | 0.74% | 0.73% | - |
| XYZ | 27.61 | 15.14 | 34.27 | - |
| YUV | 102.5 | 159.89 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 159 | 0 | 0.74 | 0.15 | 0.27 | 311.82 | 0.58 | 0.46 |
| Hex | BA | 31 | 9F | 0 | 4A | F | 1B | 138 | 3A | 2E |
| Octal | 272 | 61 | 237 | 0 | 112 | 17 | 33 | 470 | 72 | 56 |
| Binary | 10111010 | 110001 | 10011111 | 0 | 1001010 | 1111 | 11011 | 100111000 | 111010 | 101110 |
Color Harmonies of #BA319F
Complementary color
Monochromatic Colors of #BA319F
Black with #BA319F
Text Example
Text Example
White with #BA319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA319F; }
p { color: rgb(186,49,159); }
H1.HeaderClassName
{
color: #BA319F;
}
.AnyTagClassName
{
color: #BA319F;
}
</style>
background-color css
<style>
a { background-color: #BA319F; }
a { background-color: rgb(186,49,159); }
div.DivClassName
{
background-color: #BA319F;
}
.BgClassName
{
background-color: #BA319F;
}
</style>
border-color css
<style>
span { border-color: #BA319F; }
span { border-color: rgb(186,49,159); }
td.TdClassName
{
border-color: #BA319F;
}
.TagClassName
{
border-color: #BA319F;
}
</style>