Shades of Deep Magenta #BA24B6
Tints of Deep Magenta #BA24B6
RGB
CMYK
RGB Variations
Color information
#BA24B6 (or 0xBA24B6) is known color: Deep Magenta. HEX triplet: BA, 24 and B6. RGB value is (186,36,182). Sum of RGB (Red+Green+Blue) = 186+36+182=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA24B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24B6 is #45DB49. Grayscale: #616161. Windows color (decimal): -4578122 or 11936954. OLE color: 11936954.
HSL color Cylindrical-coordinate representation of color #BA24B6: hue angle of 301.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 #BA24B6 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 182 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.27 |
| HSL | 301.6º | 0.68% | 0.44% | - |
| HSV(B) | 301.6º | 0.81% | 0.73% | - |
| XYZ | 29.32 | 15.08 | 45.62 | - |
| YUV | 97.49 | 175.7 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 182 | 0 | 0.81 | 0.02 | 0.27 | 301.6 | 0.68 | 0.44 |
| Hex | BA | 24 | B6 | 0 | 51 | 2 | 1B | 12E | 44 | 2C |
| Octal | 272 | 44 | 266 | 0 | 121 | 2 | 33 | 456 | 104 | 54 |
| Binary | 10111010 | 100100 | 10110110 | 0 | 1010001 | 10 | 11011 | 100101110 | 1000100 | 101100 |
Color Harmonies of #BA24B6
Complementary color
Monochromatic Colors of #BA24B6
Black with #BA24B6
Text Example
Text Example
White with #BA24B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24B6; }
p { color: rgb(186,36,182); }
H1.HeaderClassName
{
color: #BA24B6;
}
.AnyTagClassName
{
color: #BA24B6;
}
</style>
background-color css
<style>
a { background-color: #BA24B6; }
a { background-color: rgb(186,36,182); }
div.DivClassName
{
background-color: #BA24B6;
}
.BgClassName
{
background-color: #BA24B6;
}
</style>
border-color css
<style>
span { border-color: #BA24B6; }
span { border-color: rgb(186,36,182); }
td.TdClassName
{
border-color: #BA24B6;
}
.TagClassName
{
border-color: #BA24B6;
}
</style>