Shades of Medium Red Violet #BA23A9
Tints of Medium Red Violet #BA23A9
RGB
CMYK
RGB Variations
Color information
#BA23A9 (or 0xBA23A9) is known color: Medium Red Violet. HEX triplet: BA, 23 and A9. RGB value is (186,35,169). Sum of RGB (Red+Green+Blue) = 186+35+169=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA23A9 is #45DC56. Grayscale: #5F5F5F. Windows color (decimal): -4578391 or 11084730. OLE color: 11084730.
HSL color Cylindrical-coordinate representation of color #BA23A9: hue angle of 306.75º 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 #BA23A9 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 169 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.27 |
| HSL | 306.76º | 0.68% | 0.43% | - |
| HSV(B) | 306.76º | 0.81% | 0.73% | - |
| XYZ | 28.01 | 14.51 | 38.86 | - |
| YUV | 95.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 169 | 0 | 0.81 | 0.09 | 0.27 | 306.76 | 0.68 | 0.43 |
| Hex | BA | 23 | A9 | 0 | 51 | 9 | 1B | 133 | 44 | 2B |
| Octal | 272 | 43 | 251 | 0 | 121 | 11 | 33 | 463 | 104 | 53 |
| Binary | 10111010 | 100011 | 10101001 | 0 | 1010001 | 1001 | 11011 | 100110011 | 1000100 | 101011 |
Color Harmonies of #BA23A9
Complementary color
Monochromatic Colors of #BA23A9
Black with #BA23A9
Text Example
Text Example
White with #BA23A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23A9; }
p { color: rgb(186,35,169); }
H1.HeaderClassName
{
color: #BA23A9;
}
.AnyTagClassName
{
color: #BA23A9;
}
</style>
background-color css
<style>
a { background-color: #BA23A9; }
a { background-color: rgb(186,35,169); }
div.DivClassName
{
background-color: #BA23A9;
}
.BgClassName
{
background-color: #BA23A9;
}
</style>
border-color css
<style>
span { border-color: #BA23A9; }
span { border-color: rgb(186,35,169); }
td.TdClassName
{
border-color: #BA23A9;
}
.TagClassName
{
border-color: #BA23A9;
}
</style>