Shades of Medium Violet Red #BA1F8B
Tints of Medium Violet Red #BA1F8B
RGB
CMYK
RGB Variations
Color information
#BA1F8B (or 0xBA1F8B) is known color: Medium Violet Red. HEX triplet: BA, 1F and 8B. RGB value is (186,31,139). Sum of RGB (Red+Green+Blue) = 186+31+139=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F8B is #45E074. Grayscale: #595959. Windows color (decimal): -4579445 or 9117626. OLE color: 9117626.
HSL color Cylindrical-coordinate representation of color #BA1F8B: hue angle of 318.19º 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 #BA1F8B is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 139 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.27 |
| HSL | 318.19º | 0.71% | 0.43% | - |
| HSV(B) | 318.19º | 0.83% | 0.73% | - |
| XYZ | 25.4 | 13.28 | 25.65 | - |
| YUV | 89.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 139 | 0 | 0.83 | 0.25 | 0.27 | 318.19 | 0.71 | 0.43 |
| Hex | BA | 1F | 8B | 0 | 53 | 19 | 1B | 13E | 47 | 2B |
| Octal | 272 | 37 | 213 | 0 | 123 | 31 | 33 | 476 | 107 | 53 |
| Binary | 10111010 | 11111 | 10001011 | 0 | 1010011 | 11001 | 11011 | 100111110 | 1000111 | 101011 |
Color Harmonies of #BA1F8B
Complementary color
Monochromatic Colors of #BA1F8B
Black with #BA1F8B
Text Example
Text Example
White with #BA1F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F8B; }
p { color: rgb(186,31,139); }
H1.HeaderClassName
{
color: #BA1F8B;
}
.AnyTagClassName
{
color: #BA1F8B;
}
</style>
background-color css
<style>
a { background-color: #BA1F8B; }
a { background-color: rgb(186,31,139); }
div.DivClassName
{
background-color: #BA1F8B;
}
.BgClassName
{
background-color: #BA1F8B;
}
</style>
border-color css
<style>
span { border-color: #BA1F8B; }
span { border-color: rgb(186,31,139); }
td.TdClassName
{
border-color: #BA1F8B;
}
.TagClassName
{
border-color: #BA1F8B;
}
</style>