Shades of Medium Red Violet #BA3272
Tints of Medium Red Violet #BA3272
RGB
CMYK
RGB Variations
Color information
#BA3272 (or 0xBA3272) is known color: Medium Red Violet. HEX triplet: BA, 32 and 72. RGB value is (186,50,114). Sum of RGB (Red+Green+Blue) = 186+50+114=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3272 is #45CD8D. Grayscale: #616161. Windows color (decimal): -4574606 or 7484090. OLE color: 7484090.
HSL color Cylindrical-coordinate representation of color #BA3272: hue angle of 331.76º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3272 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 114 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.27 |
| HSL | 331.76º | 0.58% | 0.46% | - |
| HSV(B) | 331.76º | 0.73% | 0.73% | - |
| XYZ | 24.43 | 13.94 | 17.32 | - |
| YUV | 97.96 | 137.06 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 114 | 0 | 0.73 | 0.39 | 0.27 | 331.76 | 0.58 | 0.46 |
| Hex | BA | 32 | 72 | 0 | 49 | 27 | 1B | 14C | 3A | 2E |
| Octal | 272 | 62 | 162 | 0 | 111 | 47 | 33 | 514 | 72 | 56 |
| Binary | 10111010 | 110010 | 1110010 | 0 | 1001001 | 100111 | 11011 | 101001100 | 111010 | 101110 |
Color Harmonies of #BA3272
Complementary color
Monochromatic Colors of #BA3272
Black with #BA3272
Text Example
Text Example
White with #BA3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3272; }
p { color: rgb(186,50,114); }
H1.HeaderClassName
{
color: #BA3272;
}
.AnyTagClassName
{
color: #BA3272;
}
</style>
background-color css
<style>
a { background-color: #BA3272; }
a { background-color: rgb(186,50,114); }
div.DivClassName
{
background-color: #BA3272;
}
.BgClassName
{
background-color: #BA3272;
}
</style>
border-color css
<style>
span { border-color: #BA3272; }
span { border-color: rgb(186,50,114); }
td.TdClassName
{
border-color: #BA3272;
}
.TagClassName
{
border-color: #BA3272;
}
</style>