Shades of Medium Red Violet #BA309F
Tints of Medium Red Violet #BA309F
RGB
CMYK
RGB Variations
Color information
#BA309F (or 0xBA309F) is known color: Medium Red Violet. HEX triplet: BA, 30 and 9F. RGB value is (186,48,159). Sum of RGB (Red+Green+Blue) = 186+48+159=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA309F is #45CF60. Grayscale: #656565. Windows color (decimal): -4575073 or 10432698. OLE color: 10432698.
HSL color Cylindrical-coordinate representation of color #BA309F: hue angle of 311.74º 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 #BA309F is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 159 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.27 |
| HSL | 311.74º | 0.59% | 0.46% | - |
| HSV(B) | 311.74º | 0.74% | 0.73% | - |
| XYZ | 27.56 | 15.06 | 34.25 | - |
| YUV | 101.92 | 160.22 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 159 | 0 | 0.74 | 0.15 | 0.27 | 311.74 | 0.59 | 0.46 |
| Hex | BA | 30 | 9F | 0 | 4A | F | 1B | 138 | 3B | 2E |
| Octal | 272 | 60 | 237 | 0 | 112 | 17 | 33 | 470 | 73 | 56 |
| Binary | 10111010 | 110000 | 10011111 | 0 | 1001010 | 1111 | 11011 | 100111000 | 111011 | 101110 |
Color Harmonies of #BA309F
Complementary color
Monochromatic Colors of #BA309F
Black with #BA309F
Text Example
Text Example
White with #BA309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA309F; }
p { color: rgb(186,48,159); }
H1.HeaderClassName
{
color: #BA309F;
}
.AnyTagClassName
{
color: #BA309F;
}
</style>
background-color css
<style>
a { background-color: #BA309F; }
a { background-color: rgb(186,48,159); }
div.DivClassName
{
background-color: #BA309F;
}
.BgClassName
{
background-color: #BA309F;
}
</style>
border-color css
<style>
span { border-color: #BA309F; }
span { border-color: rgb(186,48,159); }
td.TdClassName
{
border-color: #BA309F;
}
.TagClassName
{
border-color: #BA309F;
}
</style>