Shades of Medium Red Violet #BA2394
Tints of Medium Red Violet #BA2394
RGB
CMYK
RGB Variations
Color information
#BA2394 (or 0xBA2394) is known color: Medium Red Violet. HEX triplet: BA, 23 and 94. RGB value is (186,35,148). Sum of RGB (Red+Green+Blue) = 186+35+148=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2394 is #45DC6B. Grayscale: #5C5C5C. Windows color (decimal): -4578412 or 9708474. OLE color: 9708474.
HSL color Cylindrical-coordinate representation of color #BA2394: hue angle of 315.1º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2394 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 148 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.27 |
| HSL | 315.1º | 0.68% | 0.43% | - |
| HSV(B) | 315.1º | 0.81% | 0.73% | - |
| XYZ | 26.2 | 13.78 | 29.3 | - |
| YUV | 93.03 | 159.03 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 148 | 0 | 0.81 | 0.20 | 0.27 | 315.1 | 0.68 | 0.43 |
| Hex | BA | 23 | 94 | 0 | 51 | 14 | 1B | 13B | 44 | 2B |
| Octal | 272 | 43 | 224 | 0 | 121 | 24 | 33 | 473 | 104 | 53 |
| Binary | 10111010 | 100011 | 10010100 | 0 | 1010001 | 10100 | 11011 | 100111011 | 1000100 | 101011 |
Color Harmonies of #BA2394
Complementary color
Monochromatic Colors of #BA2394
Black with #BA2394
Text Example
Text Example
White with #BA2394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2394; }
p { color: rgb(186,35,148); }
H1.HeaderClassName
{
color: #BA2394;
}
.AnyTagClassName
{
color: #BA2394;
}
</style>
background-color css
<style>
a { background-color: #BA2394; }
a { background-color: rgb(186,35,148); }
div.DivClassName
{
background-color: #BA2394;
}
.BgClassName
{
background-color: #BA2394;
}
</style>
border-color css
<style>
span { border-color: #BA2394; }
span { border-color: rgb(186,35,148); }
td.TdClassName
{
border-color: #BA2394;
}
.TagClassName
{
border-color: #BA2394;
}
</style>