Shades of Medium Red Violet #BA2F6F
Tints of Medium Red Violet #BA2F6F
RGB
CMYK
RGB Variations
Color information
#BA2F6F (or 0xBA2F6F) is known color: Medium Red Violet. HEX triplet: BA, 2F and 6F. RGB value is (186,47,111). Sum of RGB (Red+Green+Blue) = 186+47+111=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F6F is #45D090. Grayscale: #5F5F5F. Windows color (decimal): -4575377 or 7286714. OLE color: 7286714.
HSL color Cylindrical-coordinate representation of color #BA2F6F: hue angle of 332.37º 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 #BA2F6F is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 111 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.27 |
| HSL | 332.37º | 0.6% | 0.46% | - |
| HSV(B) | 332.37º | 0.75% | 0.73% | - |
| XYZ | 24.14 | 13.62 | 16.4 | - |
| YUV | 95.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 111 | 0 | 0.75 | 0.40 | 0.27 | 332.37 | 0.6 | 0.46 |
| Hex | BA | 2F | 6F | 0 | 4B | 28 | 1B | 14C | 3C | 2E |
| Octal | 272 | 57 | 157 | 0 | 113 | 50 | 33 | 514 | 74 | 56 |
| Binary | 10111010 | 101111 | 1101111 | 0 | 1001011 | 101000 | 11011 | 101001100 | 111100 | 101110 |
Color Harmonies of #BA2F6F
Complementary color
Monochromatic Colors of #BA2F6F
Black with #BA2F6F
Text Example
Text Example
White with #BA2F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F6F; }
p { color: rgb(186,47,111); }
H1.HeaderClassName
{
color: #BA2F6F;
}
.AnyTagClassName
{
color: #BA2F6F;
}
</style>
background-color css
<style>
a { background-color: #BA2F6F; }
a { background-color: rgb(186,47,111); }
div.DivClassName
{
background-color: #BA2F6F;
}
.BgClassName
{
background-color: #BA2F6F;
}
</style>
border-color css
<style>
span { border-color: #BA2F6F; }
span { border-color: rgb(186,47,111); }
td.TdClassName
{
border-color: #BA2F6F;
}
.TagClassName
{
border-color: #BA2F6F;
}
</style>