Shades of Medium Violet Red #BA1F70
Tints of Medium Violet Red #BA1F70
RGB
CMYK
RGB Variations
Color information
#BA1F70 (or 0xBA1F70) is known color: Medium Violet Red. HEX triplet: BA, 1F and 70. RGB value is (186,31,112). Sum of RGB (Red+Green+Blue) = 186+31+112=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F70 is #45E08F. Grayscale: #565656. Windows color (decimal): -4579472 or 7348154. OLE color: 7348154.
HSL color Cylindrical-coordinate representation of color #BA1F70: hue angle of 328.65º 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 #BA1F70 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 112 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.27 |
| HSL | 328.65º | 0.71% | 0.43% | - |
| HSV(B) | 328.65º | 0.83% | 0.73% | - |
| XYZ | 23.66 | 12.59 | 16.51 | - |
| YUV | 86.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 112 | 0 | 0.83 | 0.40 | 0.27 | 328.65 | 0.71 | 0.43 |
| Hex | BA | 1F | 70 | 0 | 53 | 28 | 1B | 149 | 47 | 2B |
| Octal | 272 | 37 | 160 | 0 | 123 | 50 | 33 | 511 | 107 | 53 |
| Binary | 10111010 | 11111 | 1110000 | 0 | 1010011 | 101000 | 11011 | 101001001 | 1000111 | 101011 |
Color Harmonies of #BA1F70
Complementary color
Monochromatic Colors of #BA1F70
Black with #BA1F70
Text Example
Text Example
White with #BA1F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F70; }
p { color: rgb(186,31,112); }
H1.HeaderClassName
{
color: #BA1F70;
}
.AnyTagClassName
{
color: #BA1F70;
}
</style>
background-color css
<style>
a { background-color: #BA1F70; }
a { background-color: rgb(186,31,112); }
div.DivClassName
{
background-color: #BA1F70;
}
.BgClassName
{
background-color: #BA1F70;
}
</style>
border-color css
<style>
span { border-color: #BA1F70; }
span { border-color: rgb(186,31,112); }
td.TdClassName
{
border-color: #BA1F70;
}
.TagClassName
{
border-color: #BA1F70;
}
</style>