Shades of Medium Red Violet #BA307D
Tints of Medium Red Violet #BA307D
RGB
CMYK
RGB Variations
Color information
#BA307D (or 0xBA307D) is known color: Medium Red Violet. HEX triplet: BA, 30 and 7D. RGB value is (186,48,125). Sum of RGB (Red+Green+Blue) = 186+48+125=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA307D is #45CF82. Grayscale: #616161. Windows color (decimal): -4575107 or 8204474. OLE color: 8204474.
HSL color Cylindrical-coordinate representation of color #BA307D: hue angle of 326.52º 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 #BA307D is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 125 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.27 |
| HSL | 326.52º | 0.59% | 0.46% | - |
| HSV(B) | 326.52º | 0.74% | 0.73% | - |
| XYZ | 25.01 | 14.03 | 20.79 | - |
| YUV | 98.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 125 | 0 | 0.74 | 0.33 | 0.27 | 326.52 | 0.59 | 0.46 |
| Hex | BA | 30 | 7D | 0 | 4A | 21 | 1B | 147 | 3B | 2E |
| Octal | 272 | 60 | 175 | 0 | 112 | 41 | 33 | 507 | 73 | 56 |
| Binary | 10111010 | 110000 | 1111101 | 0 | 1001010 | 100001 | 11011 | 101000111 | 111011 | 101110 |
Color Harmonies of #BA307D
Complementary color
Monochromatic Colors of #BA307D
Black with #BA307D
Text Example
Text Example
White with #BA307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA307D; }
p { color: rgb(186,48,125); }
H1.HeaderClassName
{
color: #BA307D;
}
.AnyTagClassName
{
color: #BA307D;
}
</style>
background-color css
<style>
a { background-color: #BA307D; }
a { background-color: rgb(186,48,125); }
div.DivClassName
{
background-color: #BA307D;
}
.BgClassName
{
background-color: #BA307D;
}
</style>
border-color css
<style>
span { border-color: #BA307D; }
span { border-color: rgb(186,48,125); }
td.TdClassName
{
border-color: #BA307D;
}
.TagClassName
{
border-color: #BA307D;
}
</style>