Shades of Medium Red Violet #BA2F9D
Tints of Medium Red Violet #BA2F9D
RGB
CMYK
RGB Variations
Color information
#BA2F9D (or 0xBA2F9D) is known color: Medium Red Violet. HEX triplet: BA, 2F and 9D. RGB value is (186,47,157). Sum of RGB (Red+Green+Blue) = 186+47+157=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F9D is #45D062. Grayscale: #646464. Windows color (decimal): -4575331 or 10301370. OLE color: 10301370.
HSL color Cylindrical-coordinate representation of color #BA2F9D: hue angle of 312.52º 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 #BA2F9D is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 157 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.27 |
| HSL | 312.52º | 0.6% | 0.46% | - |
| HSV(B) | 312.52º | 0.75% | 0.73% | - |
| XYZ | 27.35 | 14.91 | 33.33 | - |
| YUV | 101.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 157 | 0 | 0.75 | 0.16 | 0.27 | 312.52 | 0.6 | 0.46 |
| Hex | BA | 2F | 9D | 0 | 4B | 10 | 1B | 139 | 3C | 2E |
| Octal | 272 | 57 | 235 | 0 | 113 | 20 | 33 | 471 | 74 | 56 |
| Binary | 10111010 | 101111 | 10011101 | 0 | 1001011 | 10000 | 11011 | 100111001 | 111100 | 101110 |
Color Harmonies of #BA2F9D
Complementary color
Monochromatic Colors of #BA2F9D
Black with #BA2F9D
Text Example
Text Example
White with #BA2F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F9D; }
p { color: rgb(186,47,157); }
H1.HeaderClassName
{
color: #BA2F9D;
}
.AnyTagClassName
{
color: #BA2F9D;
}
</style>
background-color css
<style>
a { background-color: #BA2F9D; }
a { background-color: rgb(186,47,157); }
div.DivClassName
{
background-color: #BA2F9D;
}
.BgClassName
{
background-color: #BA2F9D;
}
</style>
border-color css
<style>
span { border-color: #BA2F9D; }
span { border-color: rgb(186,47,157); }
td.TdClassName
{
border-color: #BA2F9D;
}
.TagClassName
{
border-color: #BA2F9D;
}
</style>