Shades of Medium Violet Red #BA1F9D
Tints of Medium Violet Red #BA1F9D
RGB
CMYK
RGB Variations
Color information
#BA1F9D (or 0xBA1F9D) is known color: Medium Violet Red. HEX triplet: BA, 1F and 9D. RGB value is (186,31,157). Sum of RGB (Red+Green+Blue) = 186+31+157=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F9D is #45E062. Grayscale: #5B5B5B. Windows color (decimal): -4579427 or 10297274. OLE color: 10297274.
HSL color Cylindrical-coordinate representation of color #BA1F9D: hue angle of 311.23º 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 #BA1F9D is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 157 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.27 |
| HSL | 311.23º | 0.71% | 0.43% | - |
| HSV(B) | 311.23º | 0.83% | 0.73% | - |
| XYZ | 26.83 | 13.85 | 33.16 | - |
| YUV | 91.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 157 | 0 | 0.83 | 0.16 | 0.27 | 311.23 | 0.71 | 0.43 |
| Hex | BA | 1F | 9D | 0 | 53 | 10 | 1B | 137 | 47 | 2B |
| Octal | 272 | 37 | 235 | 0 | 123 | 20 | 33 | 467 | 107 | 53 |
| Binary | 10111010 | 11111 | 10011101 | 0 | 1010011 | 10000 | 11011 | 100110111 | 1000111 | 101011 |
Color Harmonies of #BA1F9D
Complementary color
Monochromatic Colors of #BA1F9D
Black with #BA1F9D
Text Example
Text Example
White with #BA1F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F9D; }
p { color: rgb(186,31,157); }
H1.HeaderClassName
{
color: #BA1F9D;
}
.AnyTagClassName
{
color: #BA1F9D;
}
</style>
background-color css
<style>
a { background-color: #BA1F9D; }
a { background-color: rgb(186,31,157); }
div.DivClassName
{
background-color: #BA1F9D;
}
.BgClassName
{
background-color: #BA1F9D;
}
</style>
border-color css
<style>
span { border-color: #BA1F9D; }
span { border-color: rgb(186,31,157); }
td.TdClassName
{
border-color: #BA1F9D;
}
.TagClassName
{
border-color: #BA1F9D;
}
</style>