Shades of Deep Magenta #BA24B5
Tints of Deep Magenta #BA24B5
RGB
CMYK
RGB Variations
Color information
#BA24B5 (or 0xBA24B5) is known color: Deep Magenta. HEX triplet: BA, 24 and B5. RGB value is (186,36,181). Sum of RGB (Red+Green+Blue) = 186+36+181=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA24B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24B5 is #45DB4A. Grayscale: #606060. Windows color (decimal): -4578123 or 11871418. OLE color: 11871418.
HSL color Cylindrical-coordinate representation of color #BA24B5: hue angle of 302º 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 #BA24B5 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 181 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.27 |
| HSL | 302º | 0.68% | 0.44% | - |
| HSV(B) | 302º | 0.81% | 0.73% | - |
| XYZ | 29.22 | 15.04 | 45.08 | - |
| YUV | 97.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 181 | 0 | 0.81 | 0.03 | 0.27 | 302 | 0.68 | 0.44 |
| Hex | BA | 24 | B5 | 0 | 51 | 3 | 1B | 12E | 44 | 2C |
| Octal | 272 | 44 | 265 | 0 | 121 | 3 | 33 | 456 | 104 | 54 |
| Binary | 10111010 | 100100 | 10110101 | 0 | 1010001 | 11 | 11011 | 100101110 | 1000100 | 101100 |
Color Harmonies of #BA24B5
Complementary color
Monochromatic Colors of #BA24B5
Black with #BA24B5
Text Example
Text Example
White with #BA24B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24B5; }
p { color: rgb(186,36,181); }
H1.HeaderClassName
{
color: #BA24B5;
}
.AnyTagClassName
{
color: #BA24B5;
}
</style>
background-color css
<style>
a { background-color: #BA24B5; }
a { background-color: rgb(186,36,181); }
div.DivClassName
{
background-color: #BA24B5;
}
.BgClassName
{
background-color: #BA24B5;
}
</style>
border-color css
<style>
span { border-color: #BA24B5; }
span { border-color: rgb(186,36,181); }
td.TdClassName
{
border-color: #BA24B5;
}
.TagClassName
{
border-color: #BA24B5;
}
</style>