Shades of Medium Red Violet #BA2F7D
Tints of Medium Red Violet #BA2F7D
RGB
CMYK
RGB Variations
Color information
#BA2F7D (or 0xBA2F7D) is known color: Medium Red Violet. HEX triplet: BA, 2F and 7D. RGB value is (186,47,125). Sum of RGB (Red+Green+Blue) = 186+47+125=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F7D is #45D082. Grayscale: #616161. Windows color (decimal): -4575363 or 8204218. OLE color: 8204218.
HSL color Cylindrical-coordinate representation of color #BA2F7D: hue angle of 326.33º 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 #BA2F7D is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 125 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.27 |
| HSL | 326.33º | 0.6% | 0.46% | - |
| HSV(B) | 326.33º | 0.75% | 0.73% | - |
| XYZ | 24.97 | 13.95 | 20.78 | - |
| YUV | 97.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 125 | 0 | 0.75 | 0.33 | 0.27 | 326.33 | 0.6 | 0.46 |
| Hex | BA | 2F | 7D | 0 | 4B | 21 | 1B | 146 | 3C | 2E |
| Octal | 272 | 57 | 175 | 0 | 113 | 41 | 33 | 506 | 74 | 56 |
| Binary | 10111010 | 101111 | 1111101 | 0 | 1001011 | 100001 | 11011 | 101000110 | 111100 | 101110 |
Color Harmonies of #BA2F7D
Complementary color
Monochromatic Colors of #BA2F7D
Black with #BA2F7D
Text Example
Text Example
White with #BA2F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F7D; }
p { color: rgb(186,47,125); }
H1.HeaderClassName
{
color: #BA2F7D;
}
.AnyTagClassName
{
color: #BA2F7D;
}
</style>
background-color css
<style>
a { background-color: #BA2F7D; }
a { background-color: rgb(186,47,125); }
div.DivClassName
{
background-color: #BA2F7D;
}
.BgClassName
{
background-color: #BA2F7D;
}
</style>
border-color css
<style>
span { border-color: #BA2F7D; }
span { border-color: rgb(186,47,125); }
td.TdClassName
{
border-color: #BA2F7D;
}
.TagClassName
{
border-color: #BA2F7D;
}
</style>