Shades of Deep Magenta #BA24B3
Tints of Deep Magenta #BA24B3
RGB
CMYK
RGB Variations
Color information
#BA24B3 (or 0xBA24B3) is known color: Deep Magenta. HEX triplet: BA, 24 and B3. RGB value is (186,36,179). Sum of RGB (Red+Green+Blue) = 186+36+179=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA24B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24B3 is #45DB4C. Grayscale: #606060. Windows color (decimal): -4578125 or 11740346. OLE color: 11740346.
HSL color Cylindrical-coordinate representation of color #BA24B3: hue angle of 302.8º 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 #BA24B3 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 179 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.27 |
| HSL | 302.8º | 0.68% | 0.44% | - |
| HSV(B) | 302.8º | 0.81% | 0.73% | - |
| XYZ | 29.02 | 14.96 | 44.01 | - |
| YUV | 97.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 179 | 0 | 0.81 | 0.04 | 0.27 | 302.8 | 0.68 | 0.44 |
| Hex | BA | 24 | B3 | 0 | 51 | 4 | 1B | 12F | 44 | 2C |
| Octal | 272 | 44 | 263 | 0 | 121 | 4 | 33 | 457 | 104 | 54 |
| Binary | 10111010 | 100100 | 10110011 | 0 | 1010001 | 100 | 11011 | 100101111 | 1000100 | 101100 |
Color Harmonies of #BA24B3
Complementary color
Monochromatic Colors of #BA24B3
Black with #BA24B3
Text Example
Text Example
White with #BA24B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24B3; }
p { color: rgb(186,36,179); }
H1.HeaderClassName
{
color: #BA24B3;
}
.AnyTagClassName
{
color: #BA24B3;
}
</style>
background-color css
<style>
a { background-color: #BA24B3; }
a { background-color: rgb(186,36,179); }
div.DivClassName
{
background-color: #BA24B3;
}
.BgClassName
{
background-color: #BA24B3;
}
</style>
border-color css
<style>
span { border-color: #BA24B3; }
span { border-color: rgb(186,36,179); }
td.TdClassName
{
border-color: #BA24B3;
}
.TagClassName
{
border-color: #BA24B3;
}
</style>