Shades of Medium Violet Red #BA1F6E
Tints of Medium Violet Red #BA1F6E
RGB
CMYK
RGB Variations
Color information
#BA1F6E (or 0xBA1F6E) is known color: Medium Violet Red. HEX triplet: BA, 1F and 6E. RGB value is (186,31,110). Sum of RGB (Red+Green+Blue) = 186+31+110=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F6E is #45E091. Grayscale: #565656. Windows color (decimal): -4579474 or 7217082. OLE color: 7217082.
HSL color Cylindrical-coordinate representation of color #BA1F6E: hue angle of 329.42º 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 #BA1F6E is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 110 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.27 |
| HSL | 329.42º | 0.71% | 0.43% | - |
| HSV(B) | 329.42º | 0.83% | 0.73% | - |
| XYZ | 23.55 | 12.54 | 15.93 | - |
| YUV | 86.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 110 | 0 | 0.83 | 0.41 | 0.27 | 329.42 | 0.71 | 0.43 |
| Hex | BA | 1F | 6E | 0 | 53 | 29 | 1B | 149 | 47 | 2B |
| Octal | 272 | 37 | 156 | 0 | 123 | 51 | 33 | 511 | 107 | 53 |
| Binary | 10111010 | 11111 | 1101110 | 0 | 1010011 | 101001 | 11011 | 101001001 | 1000111 | 101011 |
Color Harmonies of #BA1F6E
Complementary color
Monochromatic Colors of #BA1F6E
Black with #BA1F6E
Text Example
Text Example
White with #BA1F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F6E; }
p { color: rgb(186,31,110); }
H1.HeaderClassName
{
color: #BA1F6E;
}
.AnyTagClassName
{
color: #BA1F6E;
}
</style>
background-color css
<style>
a { background-color: #BA1F6E; }
a { background-color: rgb(186,31,110); }
div.DivClassName
{
background-color: #BA1F6E;
}
.BgClassName
{
background-color: #BA1F6E;
}
</style>
border-color css
<style>
span { border-color: #BA1F6E; }
span { border-color: rgb(186,31,110); }
td.TdClassName
{
border-color: #BA1F6E;
}
.TagClassName
{
border-color: #BA1F6E;
}
</style>