Shades of Medium Red Violet #BA3073
Tints of Medium Red Violet #BA3073
RGB
CMYK
RGB Variations
Color information
#BA3073 (or 0xBA3073) is known color: Medium Red Violet. HEX triplet: BA, 30 and 73. RGB value is (186,48,115). Sum of RGB (Red+Green+Blue) = 186+48+115=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3073 is #45CF8C. Grayscale: #606060. Windows color (decimal): -4575117 or 7549114. OLE color: 7549114.
HSL color Cylindrical-coordinate representation of color #BA3073: hue angle of 330.87º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3073 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 115 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.27 |
| HSL | 330.87º | 0.59% | 0.46% | - |
| HSV(B) | 330.87º | 0.74% | 0.73% | - |
| XYZ | 24.4 | 13.79 | 17.6 | - |
| YUV | 96.9 | 138.22 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 115 | 0 | 0.74 | 0.38 | 0.27 | 330.87 | 0.59 | 0.46 |
| Hex | BA | 30 | 73 | 0 | 4A | 26 | 1B | 14B | 3B | 2E |
| Octal | 272 | 60 | 163 | 0 | 112 | 46 | 33 | 513 | 73 | 56 |
| Binary | 10111010 | 110000 | 1110011 | 0 | 1001010 | 100110 | 11011 | 101001011 | 111011 | 101110 |
Color Harmonies of #BA3073
Complementary color
Monochromatic Colors of #BA3073
Black with #BA3073
Text Example
Text Example
White with #BA3073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3073; }
p { color: rgb(186,48,115); }
H1.HeaderClassName
{
color: #BA3073;
}
.AnyTagClassName
{
color: #BA3073;
}
</style>
background-color css
<style>
a { background-color: #BA3073; }
a { background-color: rgb(186,48,115); }
div.DivClassName
{
background-color: #BA3073;
}
.BgClassName
{
background-color: #BA3073;
}
</style>
border-color css
<style>
span { border-color: #BA3073; }
span { border-color: rgb(186,48,115); }
td.TdClassName
{
border-color: #BA3073;
}
.TagClassName
{
border-color: #BA3073;
}
</style>