Shades of Medium Red Violet #BA3270
Tints of Medium Red Violet #BA3270
RGB
CMYK
RGB Variations
Color information
#BA3270 (or 0xBA3270) is known color: Medium Red Violet. HEX triplet: BA, 32 and 70. RGB value is (186,50,112). Sum of RGB (Red+Green+Blue) = 186+50+112=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3270 is #45CD8F. Grayscale: #616161. Windows color (decimal): -4574608 or 7353018. OLE color: 7353018.
HSL color Cylindrical-coordinate representation of color #BA3270: hue angle of 332.65º 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 #BA3270 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 112 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.27 |
| HSL | 332.65º | 0.58% | 0.46% | - |
| HSV(B) | 332.65º | 0.73% | 0.73% | - |
| XYZ | 24.31 | 13.89 | 16.73 | - |
| YUV | 97.73 | 136.06 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 112 | 0 | 0.73 | 0.40 | 0.27 | 332.65 | 0.58 | 0.46 |
| Hex | BA | 32 | 70 | 0 | 49 | 28 | 1B | 14D | 3A | 2E |
| Octal | 272 | 62 | 160 | 0 | 111 | 50 | 33 | 515 | 72 | 56 |
| Binary | 10111010 | 110010 | 1110000 | 0 | 1001001 | 101000 | 11011 | 101001101 | 111010 | 101110 |
Color Harmonies of #BA3270
Complementary color
Monochromatic Colors of #BA3270
Black with #BA3270
Text Example
Text Example
White with #BA3270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3270; }
p { color: rgb(186,50,112); }
H1.HeaderClassName
{
color: #BA3270;
}
.AnyTagClassName
{
color: #BA3270;
}
</style>
background-color css
<style>
a { background-color: #BA3270; }
a { background-color: rgb(186,50,112); }
div.DivClassName
{
background-color: #BA3270;
}
.BgClassName
{
background-color: #BA3270;
}
</style>
border-color css
<style>
span { border-color: #BA3270; }
span { border-color: rgb(186,50,112); }
td.TdClassName
{
border-color: #BA3270;
}
.TagClassName
{
border-color: #BA3270;
}
</style>