Shades of Medium Violet Red #BA1F7B
Tints of Medium Violet Red #BA1F7B
RGB
CMYK
RGB Variations
Color information
#BA1F7B (or 0xBA1F7B) is known color: Medium Violet Red. HEX triplet: BA, 1F and 7B. RGB value is (186,31,123). Sum of RGB (Red+Green+Blue) = 186+31+123=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F7B is #45E084. Grayscale: #575757. Windows color (decimal): -4579461 or 8069050. OLE color: 8069050.
HSL color Cylindrical-coordinate representation of color #BA1F7B: hue angle of 324.39º 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 #BA1F7B is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 123 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.27 |
| HSL | 324.39º | 0.71% | 0.43% | - |
| HSV(B) | 324.39º | 0.83% | 0.73% | - |
| XYZ | 24.31 | 12.85 | 19.94 | - |
| YUV | 87.83 | 147.85 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 123 | 0 | 0.83 | 0.34 | 0.27 | 324.39 | 0.71 | 0.43 |
| Hex | BA | 1F | 7B | 0 | 53 | 22 | 1B | 144 | 47 | 2B |
| Octal | 272 | 37 | 173 | 0 | 123 | 42 | 33 | 504 | 107 | 53 |
| Binary | 10111010 | 11111 | 1111011 | 0 | 1010011 | 100010 | 11011 | 101000100 | 1000111 | 101011 |
Color Harmonies of #BA1F7B
Complementary color
Monochromatic Colors of #BA1F7B
Black with #BA1F7B
Text Example
Text Example
White with #BA1F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F7B; }
p { color: rgb(186,31,123); }
H1.HeaderClassName
{
color: #BA1F7B;
}
.AnyTagClassName
{
color: #BA1F7B;
}
</style>
background-color css
<style>
a { background-color: #BA1F7B; }
a { background-color: rgb(186,31,123); }
div.DivClassName
{
background-color: #BA1F7B;
}
.BgClassName
{
background-color: #BA1F7B;
}
</style>
border-color css
<style>
span { border-color: #BA1F7B; }
span { border-color: rgb(186,31,123); }
td.TdClassName
{
border-color: #BA1F7B;
}
.TagClassName
{
border-color: #BA1F7B;
}
</style>