Shades of Medium Violet Red #BA1F9F
Tints of Medium Violet Red #BA1F9F
RGB
CMYK
RGB Variations
Color information
#BA1F9F (or 0xBA1F9F) is known color: Medium Violet Red. HEX triplet: BA, 1F and 9F. RGB value is (186,31,159). Sum of RGB (Red+Green+Blue) = 186+31+159=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F9F is #45E060. Grayscale: #5B5B5B. Windows color (decimal): -4579425 or 10428346. OLE color: 10428346.
HSL color Cylindrical-coordinate representation of color #BA1F9F: hue angle of 310.45º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F9F is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 159 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.27 |
| HSL | 310.45º | 0.71% | 0.43% | - |
| HSV(B) | 310.45º | 0.83% | 0.73% | - |
| XYZ | 27 | 13.92 | 34.07 | - |
| YUV | 91.94 | 165.85 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 159 | 0 | 0.83 | 0.15 | 0.27 | 310.45 | 0.71 | 0.43 |
| Hex | BA | 1F | 9F | 0 | 53 | F | 1B | 136 | 47 | 2B |
| Octal | 272 | 37 | 237 | 0 | 123 | 17 | 33 | 466 | 107 | 53 |
| Binary | 10111010 | 11111 | 10011111 | 0 | 1010011 | 1111 | 11011 | 100110110 | 1000111 | 101011 |
Color Harmonies of #BA1F9F
Complementary color
Monochromatic Colors of #BA1F9F
Black with #BA1F9F
Text Example
Text Example
White with #BA1F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F9F; }
p { color: rgb(186,31,159); }
H1.HeaderClassName
{
color: #BA1F9F;
}
.AnyTagClassName
{
color: #BA1F9F;
}
</style>
background-color css
<style>
a { background-color: #BA1F9F; }
a { background-color: rgb(186,31,159); }
div.DivClassName
{
background-color: #BA1F9F;
}
.BgClassName
{
background-color: #BA1F9F;
}
</style>
border-color css
<style>
span { border-color: #BA1F9F; }
span { border-color: rgb(186,31,159); }
td.TdClassName
{
border-color: #BA1F9F;
}
.TagClassName
{
border-color: #BA1F9F;
}
</style>