Shades of Medium Violet Red #BA1B75
Tints of Medium Violet Red #BA1B75
RGB
CMYK
RGB Variations
Color information
#BA1B75 (or 0xBA1B75) is known color: Medium Violet Red. HEX triplet: BA, 1B and 75. RGB value is (186,27,117). Sum of RGB (Red+Green+Blue) = 186+27+117=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B75 is #45E48A. Grayscale: #545454. Windows color (decimal): -4580491 or 7674810. OLE color: 7674810.
HSL color Cylindrical-coordinate representation of color #BA1B75: hue angle of 326.04º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B75 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 117 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.27 |
| HSL | 326.04º | 0.75% | 0.42% | - |
| HSV(B) | 326.04º | 0.85% | 0.73% | - |
| XYZ | 23.85 | 12.51 | 17.99 | - |
| YUV | 84.8 | 146.18 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 117 | 0 | 0.85 | 0.37 | 0.27 | 326.04 | 0.75 | 0.42 |
| Hex | BA | 1B | 75 | 0 | 55 | 25 | 1B | 146 | 4B | 2A |
| Octal | 272 | 33 | 165 | 0 | 125 | 45 | 33 | 506 | 113 | 52 |
| Binary | 10111010 | 11011 | 1110101 | 0 | 1010101 | 100101 | 11011 | 101000110 | 1001011 | 101010 |
Color Harmonies of #BA1B75
Complementary color
Monochromatic Colors of #BA1B75
Black with #BA1B75
Text Example
Text Example
White with #BA1B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B75; }
p { color: rgb(186,27,117); }
H1.HeaderClassName
{
color: #BA1B75;
}
.AnyTagClassName
{
color: #BA1B75;
}
</style>
background-color css
<style>
a { background-color: #BA1B75; }
a { background-color: rgb(186,27,117); }
div.DivClassName
{
background-color: #BA1B75;
}
.BgClassName
{
background-color: #BA1B75;
}
</style>
border-color css
<style>
span { border-color: #BA1B75; }
span { border-color: rgb(186,27,117); }
td.TdClassName
{
border-color: #BA1B75;
}
.TagClassName
{
border-color: #BA1B75;
}
</style>