Shades of Medium Violet Red #BA1E6C
Tints of Medium Violet Red #BA1E6C
RGB
CMYK
RGB Variations
Color information
#BA1E6C (or 0xBA1E6C) is known color: Medium Violet Red. HEX triplet: BA, 1E and 6C. RGB value is (186,30,108). Sum of RGB (Red+Green+Blue) = 186+30+108=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E6C is #45E193. Grayscale: #555555. Windows color (decimal): -4579732 or 7085754. OLE color: 7085754.
HSL color Cylindrical-coordinate representation of color #BA1E6C: hue angle of 330º 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 #BA1E6C is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 108 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.27 |
| HSL | 330º | 0.72% | 0.42% | - |
| HSV(B) | 330º | 0.84% | 0.73% | - |
| XYZ | 23.42 | 12.45 | 15.36 | - |
| YUV | 85.54 | 140.68 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 108 | 0 | 0.84 | 0.42 | 0.27 | 330 | 0.72 | 0.42 |
| Hex | BA | 1E | 6C | 0 | 54 | 2A | 1B | 14A | 48 | 2A |
| Octal | 272 | 36 | 154 | 0 | 124 | 52 | 33 | 512 | 110 | 52 |
| Binary | 10111010 | 11110 | 1101100 | 0 | 1010100 | 101010 | 11011 | 101001010 | 1001000 | 101010 |
Color Harmonies of #BA1E6C
Complementary color
Monochromatic Colors of #BA1E6C
Black with #BA1E6C
Text Example
Text Example
White with #BA1E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E6C; }
p { color: rgb(186,30,108); }
H1.HeaderClassName
{
color: #BA1E6C;
}
.AnyTagClassName
{
color: #BA1E6C;
}
</style>
background-color css
<style>
a { background-color: #BA1E6C; }
a { background-color: rgb(186,30,108); }
div.DivClassName
{
background-color: #BA1E6C;
}
.BgClassName
{
background-color: #BA1E6C;
}
</style>
border-color css
<style>
span { border-color: #BA1E6C; }
span { border-color: rgb(186,30,108); }
td.TdClassName
{
border-color: #BA1E6C;
}
.TagClassName
{
border-color: #BA1E6C;
}
</style>