Shades of Medium Red Violet #BA309D
Tints of Medium Red Violet #BA309D
RGB
CMYK
RGB Variations
Color information
#BA309D (or 0xBA309D) is known color: Medium Red Violet. HEX triplet: BA, 30 and 9D. RGB value is (186,48,157). Sum of RGB (Red+Green+Blue) = 186+48+157=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA309D is #45CF62. Grayscale: #656565. Windows color (decimal): -4575075 or 10301626. OLE color: 10301626.
HSL color Cylindrical-coordinate representation of color #BA309D: hue angle of 312.61º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA309D is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 157 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.27 |
| HSL | 312.61º | 0.59% | 0.46% | - |
| HSV(B) | 312.61º | 0.74% | 0.73% | - |
| XYZ | 27.39 | 14.99 | 33.35 | - |
| YUV | 101.69 | 159.22 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 157 | 0 | 0.74 | 0.16 | 0.27 | 312.61 | 0.59 | 0.46 |
| Hex | BA | 30 | 9D | 0 | 4A | 10 | 1B | 139 | 3B | 2E |
| Octal | 272 | 60 | 235 | 0 | 112 | 20 | 33 | 471 | 73 | 56 |
| Binary | 10111010 | 110000 | 10011101 | 0 | 1001010 | 10000 | 11011 | 100111001 | 111011 | 101110 |
Color Harmonies of #BA309D
Complementary color
Monochromatic Colors of #BA309D
Black with #BA309D
Text Example
Text Example
White with #BA309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA309D; }
p { color: rgb(186,48,157); }
H1.HeaderClassName
{
color: #BA309D;
}
.AnyTagClassName
{
color: #BA309D;
}
</style>
background-color css
<style>
a { background-color: #BA309D; }
a { background-color: rgb(186,48,157); }
div.DivClassName
{
background-color: #BA309D;
}
.BgClassName
{
background-color: #BA309D;
}
</style>
border-color css
<style>
span { border-color: #BA309D; }
span { border-color: rgb(186,48,157); }
td.TdClassName
{
border-color: #BA309D;
}
.TagClassName
{
border-color: #BA309D;
}
</style>