Shades of Medium Red Violet #BA2F7A
Tints of Medium Red Violet #BA2F7A
RGB
CMYK
RGB Variations
Color information
#BA2F7A (or 0xBA2F7A) is known color: Medium Red Violet. HEX triplet: BA, 2F and 7A. RGB value is (186,47,122). Sum of RGB (Red+Green+Blue) = 186+47+122=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F7A is #45D085. Grayscale: #606060. Windows color (decimal): -4575366 or 8007610. OLE color: 8007610.
HSL color Cylindrical-coordinate representation of color #BA2F7A: hue angle of 327.63º 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 #BA2F7A is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 122 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.27 |
| HSL | 327.63º | 0.6% | 0.46% | - |
| HSV(B) | 327.63º | 0.75% | 0.73% | - |
| XYZ | 24.78 | 13.88 | 19.78 | - |
| YUV | 97.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 122 | 0 | 0.75 | 0.34 | 0.27 | 327.63 | 0.6 | 0.46 |
| Hex | BA | 2F | 7A | 0 | 4B | 22 | 1B | 148 | 3C | 2E |
| Octal | 272 | 57 | 172 | 0 | 113 | 42 | 33 | 510 | 74 | 56 |
| Binary | 10111010 | 101111 | 1111010 | 0 | 1001011 | 100010 | 11011 | 101001000 | 111100 | 101110 |
Color Harmonies of #BA2F7A
Complementary color
Monochromatic Colors of #BA2F7A
Black with #BA2F7A
Text Example
Text Example
White with #BA2F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F7A; }
p { color: rgb(186,47,122); }
H1.HeaderClassName
{
color: #BA2F7A;
}
.AnyTagClassName
{
color: #BA2F7A;
}
</style>
background-color css
<style>
a { background-color: #BA2F7A; }
a { background-color: rgb(186,47,122); }
div.DivClassName
{
background-color: #BA2F7A;
}
.BgClassName
{
background-color: #BA2F7A;
}
</style>
border-color css
<style>
span { border-color: #BA2F7A; }
span { border-color: rgb(186,47,122); }
td.TdClassName
{
border-color: #BA2F7A;
}
.TagClassName
{
border-color: #BA2F7A;
}
</style>