Shades of Medium Red Violet #BA3072
Tints of Medium Red Violet #BA3072
RGB
CMYK
RGB Variations
Color information
#BA3072 (or 0xBA3072) is known color: Medium Red Violet. HEX triplet: BA, 30 and 72. RGB value is (186,48,114). Sum of RGB (Red+Green+Blue) = 186+48+114=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3072 is #45CF8D. Grayscale: #606060. Windows color (decimal): -4575118 or 7483578. OLE color: 7483578.
HSL color Cylindrical-coordinate representation of color #BA3072: hue angle of 331.3º 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 #BA3072 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 114 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.27 |
| HSL | 331.3º | 0.59% | 0.46% | - |
| HSV(B) | 331.3º | 0.74% | 0.73% | - |
| XYZ | 24.34 | 13.77 | 17.29 | - |
| YUV | 96.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 114 | 0 | 0.74 | 0.39 | 0.27 | 331.3 | 0.59 | 0.46 |
| Hex | BA | 30 | 72 | 0 | 4A | 27 | 1B | 14B | 3B | 2E |
| Octal | 272 | 60 | 162 | 0 | 112 | 47 | 33 | 513 | 73 | 56 |
| Binary | 10111010 | 110000 | 1110010 | 0 | 1001010 | 100111 | 11011 | 101001011 | 111011 | 101110 |
Color Harmonies of #BA3072
Complementary color
Monochromatic Colors of #BA3072
Black with #BA3072
Text Example
Text Example
White with #BA3072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3072; }
p { color: rgb(186,48,114); }
H1.HeaderClassName
{
color: #BA3072;
}
.AnyTagClassName
{
color: #BA3072;
}
</style>
background-color css
<style>
a { background-color: #BA3072; }
a { background-color: rgb(186,48,114); }
div.DivClassName
{
background-color: #BA3072;
}
.BgClassName
{
background-color: #BA3072;
}
</style>
border-color css
<style>
span { border-color: #BA3072; }
span { border-color: rgb(186,48,114); }
td.TdClassName
{
border-color: #BA3072;
}
.TagClassName
{
border-color: #BA3072;
}
</style>