Shades of Medium Red Violet #BA2398
Tints of Medium Red Violet #BA2398
RGB
CMYK
RGB Variations
Color information
#BA2398 (or 0xBA2398) is known color: Medium Red Violet. HEX triplet: BA, 23 and 98. RGB value is (186,35,152). Sum of RGB (Red+Green+Blue) = 186+35+152=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2398 is #45DC67. Grayscale: #5D5D5D. Windows color (decimal): -4578408 or 9970618. OLE color: 9970618.
HSL color Cylindrical-coordinate representation of color #BA2398: hue angle of 313.51º 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 #BA2398 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 152 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.27 |
| HSL | 313.51º | 0.68% | 0.43% | - |
| HSV(B) | 313.51º | 0.81% | 0.73% | - |
| XYZ | 26.52 | 13.91 | 30.99 | - |
| YUV | 93.49 | 161.03 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 152 | 0 | 0.81 | 0.18 | 0.27 | 313.51 | 0.68 | 0.43 |
| Hex | BA | 23 | 98 | 0 | 51 | 12 | 1B | 13A | 44 | 2B |
| Octal | 272 | 43 | 230 | 0 | 121 | 22 | 33 | 472 | 104 | 53 |
| Binary | 10111010 | 100011 | 10011000 | 0 | 1010001 | 10010 | 11011 | 100111010 | 1000100 | 101011 |
Color Harmonies of #BA2398
Complementary color
Monochromatic Colors of #BA2398
Black with #BA2398
Text Example
Text Example
White with #BA2398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2398; }
p { color: rgb(186,35,152); }
H1.HeaderClassName
{
color: #BA2398;
}
.AnyTagClassName
{
color: #BA2398;
}
</style>
background-color css
<style>
a { background-color: #BA2398; }
a { background-color: rgb(186,35,152); }
div.DivClassName
{
background-color: #BA2398;
}
.BgClassName
{
background-color: #BA2398;
}
</style>
border-color css
<style>
span { border-color: #BA2398; }
span { border-color: rgb(186,35,152); }
td.TdClassName
{
border-color: #BA2398;
}
.TagClassName
{
border-color: #BA2398;
}
</style>