Shades of Medium Violet Red #BA1E6F
Tints of Medium Violet Red #BA1E6F
RGB
CMYK
RGB Variations
Color information
#BA1E6F (or 0xBA1E6F) is known color: Medium Violet Red. HEX triplet: BA, 1E and 6F. RGB value is (186,30,111). Sum of RGB (Red+Green+Blue) = 186+30+111=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E6F is #45E190. Grayscale: #555555. Windows color (decimal): -4579729 or 7282362. OLE color: 7282362.
HSL color Cylindrical-coordinate representation of color #BA1E6F: hue angle of 328.85º 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 #BA1E6F is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 111 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.27 |
| HSL | 328.85º | 0.72% | 0.42% | - |
| HSV(B) | 328.85º | 0.84% | 0.73% | - |
| XYZ | 23.58 | 12.52 | 16.21 | - |
| YUV | 85.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 111 | 0 | 0.84 | 0.40 | 0.27 | 328.85 | 0.72 | 0.42 |
| Hex | BA | 1E | 6F | 0 | 54 | 28 | 1B | 149 | 48 | 2A |
| Octal | 272 | 36 | 157 | 0 | 124 | 50 | 33 | 511 | 110 | 52 |
| Binary | 10111010 | 11110 | 1101111 | 0 | 1010100 | 101000 | 11011 | 101001001 | 1001000 | 101010 |
Color Harmonies of #BA1E6F
Complementary color
Monochromatic Colors of #BA1E6F
Black with #BA1E6F
Text Example
Text Example
White with #BA1E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E6F; }
p { color: rgb(186,30,111); }
H1.HeaderClassName
{
color: #BA1E6F;
}
.AnyTagClassName
{
color: #BA1E6F;
}
</style>
background-color css
<style>
a { background-color: #BA1E6F; }
a { background-color: rgb(186,30,111); }
div.DivClassName
{
background-color: #BA1E6F;
}
.BgClassName
{
background-color: #BA1E6F;
}
</style>
border-color css
<style>
span { border-color: #BA1E6F; }
span { border-color: rgb(186,30,111); }
td.TdClassName
{
border-color: #BA1E6F;
}
.TagClassName
{
border-color: #BA1E6F;
}
</style>