Shades of Medium Violet Red #BA0075
Tints of Medium Violet Red #BA0075
RGB
CMYK
RGB Variations
Color information
#BA0075 (or 0xBA0075) is known color: Medium Violet Red. HEX triplet: BA, 00 and 75. RGB value is (186,0,117). Sum of RGB (Red+Green+Blue) = 186+0+117=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0075 is #45FF8A. Grayscale: #444444. Windows color (decimal): -4587403 or 7667898. OLE color: 7667898.
HSL color Cylindrical-coordinate representation of color #BA0075: hue angle of 322.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0075 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.37 | 0.27 |
| HSL | 322.26º | 1% | 0.36% | - |
| HSV(B) | 322.26º | 1% | 0.73% | - |
| XYZ | 23.46 | 11.72 | 17.86 | - |
| YUV | 68.95 | 155.12 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 117 | 0 | 1 | 0.37 | 0.27 | 322.26 | 1 | 0.36 |
| Hex | BA | 0 | 75 | 0 | 64 | 25 | 1B | 142 | 64 | 24 |
| Octal | 272 | 0 | 165 | 0 | 144 | 45 | 33 | 502 | 144 | 44 |
| Binary | 10111010 | 0 | 1110101 | 0 | 1100100 | 100101 | 11011 | 101000010 | 1100100 | 100100 |
Color Harmonies of #BA0075
Complementary color
Monochromatic Colors of #BA0075
Black with #BA0075
Text Example
Text Example
White with #BA0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0075; }
p { color: rgb(186,0,117); }
H1.HeaderClassName
{
color: #BA0075;
}
.AnyTagClassName
{
color: #BA0075;
}
</style>
background-color css
<style>
a { background-color: #BA0075; }
a { background-color: rgb(186,0,117); }
div.DivClassName
{
background-color: #BA0075;
}
.BgClassName
{
background-color: #BA0075;
}
</style>
border-color css
<style>
span { border-color: #BA0075; }
span { border-color: rgb(186,0,117); }
td.TdClassName
{
border-color: #BA0075;
}
.TagClassName
{
border-color: #BA0075;
}
</style>