Shades of Medium Violet Red #BA0972
Tints of Medium Violet Red #BA0972
RGB
CMYK
RGB Variations
Color information
#BA0972 (or 0xBA0972) is known color: Medium Violet Red. HEX triplet: BA, 09 and 72. RGB value is (186,9,114). Sum of RGB (Red+Green+Blue) = 186+9+114=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0972 is #45F68D. Grayscale: #494949. Windows color (decimal): -4585102 or 7473594. OLE color: 7473594.
HSL color Cylindrical-coordinate representation of color #BA0972: hue angle of 324.41º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0972 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 114 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.27 |
| HSL | 324.41º | 0.91% | 0.38% | - |
| HSV(B) | 324.41º | 0.95% | 0.73% | - |
| XYZ | 23.38 | 11.85 | 16.97 | - |
| YUV | 73.89 | 150.64 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 114 | 0 | 0.95 | 0.39 | 0.27 | 324.41 | 0.91 | 0.38 |
| Hex | BA | 9 | 72 | 0 | 5F | 27 | 1B | 144 | 5B | 26 |
| Octal | 272 | 11 | 162 | 0 | 137 | 47 | 33 | 504 | 133 | 46 |
| Binary | 10111010 | 1001 | 1110010 | 0 | 1011111 | 100111 | 11011 | 101000100 | 1011011 | 100110 |
Color Harmonies of #BA0972
Complementary color
Monochromatic Colors of #BA0972
Black with #BA0972
Text Example
Text Example
White with #BA0972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0972; }
p { color: rgb(186,9,114); }
H1.HeaderClassName
{
color: #BA0972;
}
.AnyTagClassName
{
color: #BA0972;
}
</style>
background-color css
<style>
a { background-color: #BA0972; }
a { background-color: rgb(186,9,114); }
div.DivClassName
{
background-color: #BA0972;
}
.BgClassName
{
background-color: #BA0972;
}
</style>
border-color css
<style>
span { border-color: #BA0972; }
span { border-color: rgb(186,9,114); }
td.TdClassName
{
border-color: #BA0972;
}
.TagClassName
{
border-color: #BA0972;
}
</style>