Shades of Medium Violet Red #BA1F9B
Tints of Medium Violet Red #BA1F9B
RGB
CMYK
RGB Variations
Color information
#BA1F9B (or 0xBA1F9B) is known color: Medium Violet Red. HEX triplet: BA, 1F and 9B. RGB value is (186,31,155). Sum of RGB (Red+Green+Blue) = 186+31+155=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F9B is #45E064. Grayscale: #5B5B5B. Windows color (decimal): -4579429 or 10166202. OLE color: 10166202.
HSL color Cylindrical-coordinate representation of color #BA1F9B: hue angle of 312º 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 #BA1F9B is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 155 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.27 |
| HSL | 312º | 0.71% | 0.43% | - |
| HSV(B) | 312º | 0.83% | 0.73% | - |
| XYZ | 26.66 | 13.79 | 32.27 | - |
| YUV | 91.48 | 163.85 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 155 | 0 | 0.83 | 0.17 | 0.27 | 312 | 0.71 | 0.43 |
| Hex | BA | 1F | 9B | 0 | 53 | 11 | 1B | 138 | 47 | 2B |
| Octal | 272 | 37 | 233 | 0 | 123 | 21 | 33 | 470 | 107 | 53 |
| Binary | 10111010 | 11111 | 10011011 | 0 | 1010011 | 10001 | 11011 | 100111000 | 1000111 | 101011 |
Color Harmonies of #BA1F9B
Complementary color
Monochromatic Colors of #BA1F9B
Black with #BA1F9B
Text Example
Text Example
White with #BA1F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F9B; }
p { color: rgb(186,31,155); }
H1.HeaderClassName
{
color: #BA1F9B;
}
.AnyTagClassName
{
color: #BA1F9B;
}
</style>
background-color css
<style>
a { background-color: #BA1F9B; }
a { background-color: rgb(186,31,155); }
div.DivClassName
{
background-color: #BA1F9B;
}
.BgClassName
{
background-color: #BA1F9B;
}
</style>
border-color css
<style>
span { border-color: #BA1F9B; }
span { border-color: rgb(186,31,155); }
td.TdClassName
{
border-color: #BA1F9B;
}
.TagClassName
{
border-color: #BA1F9B;
}
</style>