Shades of Medium Red Violet #BA306E
Tints of Medium Red Violet #BA306E
RGB
CMYK
RGB Variations
Color information
#BA306E (or 0xBA306E) is known color: Medium Red Violet. HEX triplet: BA, 30 and 6E. RGB value is (186,48,110). Sum of RGB (Red+Green+Blue) = 186+48+110=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA306E is #45CF91. Grayscale: #606060. Windows color (decimal): -4575122 or 7221434. OLE color: 7221434.
HSL color Cylindrical-coordinate representation of color #BA306E: hue angle of 333.04º 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 #BA306E is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 110 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.27 |
| HSL | 333.04º | 0.59% | 0.46% | - |
| HSV(B) | 333.04º | 0.74% | 0.73% | - |
| XYZ | 24.12 | 13.68 | 16.12 | - |
| YUV | 96.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 110 | 0 | 0.74 | 0.41 | 0.27 | 333.04 | 0.59 | 0.46 |
| Hex | BA | 30 | 6E | 0 | 4A | 29 | 1B | 14D | 3B | 2E |
| Octal | 272 | 60 | 156 | 0 | 112 | 51 | 33 | 515 | 73 | 56 |
| Binary | 10111010 | 110000 | 1101110 | 0 | 1001010 | 101001 | 11011 | 101001101 | 111011 | 101110 |
Color Harmonies of #BA306E
Complementary color
Monochromatic Colors of #BA306E
Black with #BA306E
Text Example
Text Example
White with #BA306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA306E; }
p { color: rgb(186,48,110); }
H1.HeaderClassName
{
color: #BA306E;
}
.AnyTagClassName
{
color: #BA306E;
}
</style>
background-color css
<style>
a { background-color: #BA306E; }
a { background-color: rgb(186,48,110); }
div.DivClassName
{
background-color: #BA306E;
}
.BgClassName
{
background-color: #BA306E;
}
</style>
border-color css
<style>
span { border-color: #BA306E; }
span { border-color: rgb(186,48,110); }
td.TdClassName
{
border-color: #BA306E;
}
.TagClassName
{
border-color: #BA306E;
}
</style>