Shades of Medium Violet Red #BA1E6E
Tints of Medium Violet Red #BA1E6E
RGB
CMYK
RGB Variations
Color information
#BA1E6E (or 0xBA1E6E) is known color: Medium Violet Red. HEX triplet: BA, 1E and 6E. RGB value is (186,30,110). Sum of RGB (Red+Green+Blue) = 186+30+110=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E6E is #45E191. Grayscale: #555555. Windows color (decimal): -4579730 or 7216826. OLE color: 7216826.
HSL color Cylindrical-coordinate representation of color #BA1E6E: hue angle of 329.23º 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 #BA1E6E is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 110 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.27 |
| HSL | 329.23º | 0.72% | 0.42% | - |
| HSV(B) | 329.23º | 0.84% | 0.73% | - |
| XYZ | 23.53 | 12.49 | 15.92 | - |
| YUV | 85.76 | 141.68 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 110 | 0 | 0.84 | 0.41 | 0.27 | 329.23 | 0.72 | 0.42 |
| Hex | BA | 1E | 6E | 0 | 54 | 29 | 1B | 149 | 48 | 2A |
| Octal | 272 | 36 | 156 | 0 | 124 | 51 | 33 | 511 | 110 | 52 |
| Binary | 10111010 | 11110 | 1101110 | 0 | 1010100 | 101001 | 11011 | 101001001 | 1001000 | 101010 |
Color Harmonies of #BA1E6E
Complementary color
Monochromatic Colors of #BA1E6E
Black with #BA1E6E
Text Example
Text Example
White with #BA1E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E6E; }
p { color: rgb(186,30,110); }
H1.HeaderClassName
{
color: #BA1E6E;
}
.AnyTagClassName
{
color: #BA1E6E;
}
</style>
background-color css
<style>
a { background-color: #BA1E6E; }
a { background-color: rgb(186,30,110); }
div.DivClassName
{
background-color: #BA1E6E;
}
.BgClassName
{
background-color: #BA1E6E;
}
</style>
border-color css
<style>
span { border-color: #BA1E6E; }
span { border-color: rgb(186,30,110); }
td.TdClassName
{
border-color: #BA1E6E;
}
.TagClassName
{
border-color: #BA1E6E;
}
</style>