Shades of Medium Violet Red #BA1E9F
Tints of Medium Violet Red #BA1E9F
RGB
CMYK
RGB Variations
Color information
#BA1E9F (or 0xBA1E9F) is known color: Medium Violet Red. HEX triplet: BA, 1E and 9F. RGB value is (186,30,159). Sum of RGB (Red+Green+Blue) = 186+30+159=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1E9F is #45E160. Grayscale: #5A5A5A. Windows color (decimal): -4579681 or 10428090. OLE color: 10428090.
HSL color Cylindrical-coordinate representation of color #BA1E9F: hue angle of 310.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1E9F is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 159 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.27 |
| HSL | 310.38º | 0.72% | 0.42% | - |
| HSV(B) | 310.38º | 0.84% | 0.73% | - |
| XYZ | 26.97 | 13.87 | 34.06 | - |
| YUV | 91.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 159 | 0 | 0.84 | 0.15 | 0.27 | 310.38 | 0.72 | 0.42 |
| Hex | BA | 1E | 9F | 0 | 54 | F | 1B | 136 | 48 | 2A |
| Octal | 272 | 36 | 237 | 0 | 124 | 17 | 33 | 466 | 110 | 52 |
| Binary | 10111010 | 11110 | 10011111 | 0 | 1010100 | 1111 | 11011 | 100110110 | 1001000 | 101010 |
Color Harmonies of #BA1E9F
Complementary color
Monochromatic Colors of #BA1E9F
Black with #BA1E9F
Text Example
Text Example
White with #BA1E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E9F; }
p { color: rgb(186,30,159); }
H1.HeaderClassName
{
color: #BA1E9F;
}
.AnyTagClassName
{
color: #BA1E9F;
}
</style>
background-color css
<style>
a { background-color: #BA1E9F; }
a { background-color: rgb(186,30,159); }
div.DivClassName
{
background-color: #BA1E9F;
}
.BgClassName
{
background-color: #BA1E9F;
}
</style>
border-color css
<style>
span { border-color: #BA1E9F; }
span { border-color: rgb(186,30,159); }
td.TdClassName
{
border-color: #BA1E9F;
}
.TagClassName
{
border-color: #BA1E9F;
}
</style>