Shades of Medium Red Violet #BA2F72
Tints of Medium Red Violet #BA2F72
RGB
CMYK
RGB Variations
Color information
#BA2F72 (or 0xBA2F72) is known color: Medium Red Violet. HEX triplet: BA, 2F and 72. RGB value is (186,47,114). Sum of RGB (Red+Green+Blue) = 186+47+114=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F72 is #45D08D. Grayscale: #606060. Windows color (decimal): -4575374 or 7483322. OLE color: 7483322.
HSL color Cylindrical-coordinate representation of color #BA2F72: hue angle of 331.08º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F72 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 114 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.27 |
| HSL | 331.08º | 0.6% | 0.46% | - |
| HSV(B) | 331.08º | 0.75% | 0.73% | - |
| XYZ | 24.3 | 13.69 | 17.28 | - |
| YUV | 96.2 | 138.05 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 114 | 0 | 0.75 | 0.39 | 0.27 | 331.08 | 0.6 | 0.46 |
| Hex | BA | 2F | 72 | 0 | 4B | 27 | 1B | 14B | 3C | 2E |
| Octal | 272 | 57 | 162 | 0 | 113 | 47 | 33 | 513 | 74 | 56 |
| Binary | 10111010 | 101111 | 1110010 | 0 | 1001011 | 100111 | 11011 | 101001011 | 111100 | 101110 |
Color Harmonies of #BA2F72
Complementary color
Monochromatic Colors of #BA2F72
Black with #BA2F72
Text Example
Text Example
White with #BA2F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F72; }
p { color: rgb(186,47,114); }
H1.HeaderClassName
{
color: #BA2F72;
}
.AnyTagClassName
{
color: #BA2F72;
}
</style>
background-color css
<style>
a { background-color: #BA2F72; }
a { background-color: rgb(186,47,114); }
div.DivClassName
{
background-color: #BA2F72;
}
.BgClassName
{
background-color: #BA2F72;
}
</style>
border-color css
<style>
span { border-color: #BA2F72; }
span { border-color: rgb(186,47,114); }
td.TdClassName
{
border-color: #BA2F72;
}
.TagClassName
{
border-color: #BA2F72;
}
</style>