Shades of Medium Red Violet #BA307E
Tints of Medium Red Violet #BA307E
RGB
CMYK
RGB Variations
Color information
#BA307E (or 0xBA307E) is known color: Medium Red Violet. HEX triplet: BA, 30 and 7E. RGB value is (186,48,126). Sum of RGB (Red+Green+Blue) = 186+48+126=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA307E is #45CF81. Grayscale: #616161. Windows color (decimal): -4575106 or 8270010. OLE color: 8270010.
HSL color Cylindrical-coordinate representation of color #BA307E: hue angle of 326.09º 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 #BA307E is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 126 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.27 |
| HSL | 326.09º | 0.59% | 0.46% | - |
| HSV(B) | 326.09º | 0.74% | 0.73% | - |
| XYZ | 25.07 | 14.06 | 21.13 | - |
| YUV | 98.15 | 143.72 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 126 | 0 | 0.74 | 0.32 | 0.27 | 326.09 | 0.59 | 0.46 |
| Hex | BA | 30 | 7E | 0 | 4A | 20 | 1B | 146 | 3B | 2E |
| Octal | 272 | 60 | 176 | 0 | 112 | 40 | 33 | 506 | 73 | 56 |
| Binary | 10111010 | 110000 | 1111110 | 0 | 1001010 | 100000 | 11011 | 101000110 | 111011 | 101110 |
Color Harmonies of #BA307E
Complementary color
Monochromatic Colors of #BA307E
Black with #BA307E
Text Example
Text Example
White with #BA307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA307E; }
p { color: rgb(186,48,126); }
H1.HeaderClassName
{
color: #BA307E;
}
.AnyTagClassName
{
color: #BA307E;
}
</style>
background-color css
<style>
a { background-color: #BA307E; }
a { background-color: rgb(186,48,126); }
div.DivClassName
{
background-color: #BA307E;
}
.BgClassName
{
background-color: #BA307E;
}
</style>
border-color css
<style>
span { border-color: #BA307E; }
span { border-color: rgb(186,48,126); }
td.TdClassName
{
border-color: #BA307E;
}
.TagClassName
{
border-color: #BA307E;
}
</style>