Shades of Deep Magenta #BA24B1
Tints of Deep Magenta #BA24B1
RGB
CMYK
RGB Variations
Color information
#BA24B1 (or 0xBA24B1) is known color: Deep Magenta. HEX triplet: BA, 24 and B1. RGB value is (186,36,177). Sum of RGB (Red+Green+Blue) = 186+36+177=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA24B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA24B1 is #45DB4E. Grayscale: #606060. Windows color (decimal): -4578127 or 11609274. OLE color: 11609274.
HSL color Cylindrical-coordinate representation of color #BA24B1: hue angle of 303.6º 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 #BA24B1 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 177 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.27 |
| HSL | 303.6º | 0.68% | 0.44% | - |
| HSV(B) | 303.6º | 0.81% | 0.73% | - |
| XYZ | 28.82 | 14.88 | 42.95 | - |
| YUV | 96.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 177 | 0 | 0.81 | 0.05 | 0.27 | 303.6 | 0.68 | 0.44 |
| Hex | BA | 24 | B1 | 0 | 51 | 5 | 1B | 130 | 44 | 2C |
| Octal | 272 | 44 | 261 | 0 | 121 | 5 | 33 | 460 | 104 | 54 |
| Binary | 10111010 | 100100 | 10110001 | 0 | 1010001 | 101 | 11011 | 100110000 | 1000100 | 101100 |
Color Harmonies of #BA24B1
Complementary color
Monochromatic Colors of #BA24B1
Black with #BA24B1
Text Example
Text Example
White with #BA24B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24B1; }
p { color: rgb(186,36,177); }
H1.HeaderClassName
{
color: #BA24B1;
}
.AnyTagClassName
{
color: #BA24B1;
}
</style>
background-color css
<style>
a { background-color: #BA24B1; }
a { background-color: rgb(186,36,177); }
div.DivClassName
{
background-color: #BA24B1;
}
.BgClassName
{
background-color: #BA24B1;
}
</style>
border-color css
<style>
span { border-color: #BA24B1; }
span { border-color: rgb(186,36,177); }
td.TdClassName
{
border-color: #BA24B1;
}
.TagClassName
{
border-color: #BA24B1;
}
</style>