Shades of Medium Red Violet #BA247E
Tints of Medium Red Violet #BA247E
RGB
CMYK
RGB Variations
Color information
#BA247E (or 0xBA247E) is known color: Medium Red Violet. HEX triplet: BA, 24 and 7E. RGB value is (186,36,126). Sum of RGB (Red+Green+Blue) = 186+36+126=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA247E is #45DB81. Grayscale: #5A5A5A. Windows color (decimal): -4578178 or 8266938. OLE color: 8266938.
HSL color Cylindrical-coordinate representation of color #BA247E: hue angle of 324º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA247E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 126 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.27 |
| HSL | 324º | 0.68% | 0.44% | - |
| HSV(B) | 324º | 0.81% | 0.73% | - |
| XYZ | 24.65 | 13.21 | 20.99 | - |
| YUV | 91.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 126 | 0 | 0.81 | 0.32 | 0.27 | 324 | 0.68 | 0.44 |
| Hex | BA | 24 | 7E | 0 | 51 | 20 | 1B | 144 | 44 | 2C |
| Octal | 272 | 44 | 176 | 0 | 121 | 40 | 33 | 504 | 104 | 54 |
| Binary | 10111010 | 100100 | 1111110 | 0 | 1010001 | 100000 | 11011 | 101000100 | 1000100 | 101100 |
Color Harmonies of #BA247E
Complementary color
Monochromatic Colors of #BA247E
Black with #BA247E
Text Example
Text Example
White with #BA247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA247E; }
p { color: rgb(186,36,126); }
H1.HeaderClassName
{
color: #BA247E;
}
.AnyTagClassName
{
color: #BA247E;
}
</style>
background-color css
<style>
a { background-color: #BA247E; }
a { background-color: rgb(186,36,126); }
div.DivClassName
{
background-color: #BA247E;
}
.BgClassName
{
background-color: #BA247E;
}
</style>
border-color css
<style>
span { border-color: #BA247E; }
span { border-color: rgb(186,36,126); }
td.TdClassName
{
border-color: #BA247E;
}
.TagClassName
{
border-color: #BA247E;
}
</style>