Shades of Deep Magenta #BA11B4
Tints of Deep Magenta #BA11B4
RGB
CMYK
RGB Variations
Color information
#BA11B4 (or 0xBA11B4) is known color: Deep Magenta. HEX triplet: BA, 11 and B4. RGB value is (186,17,180). Sum of RGB (Red+Green+Blue) = 186+17+180=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11B4 is #45EE4B. Grayscale: #555555. Windows color (decimal): -4582988 or 11801018. OLE color: 11801018.
HSL color Cylindrical-coordinate representation of color #BA11B4: hue angle of 302.13º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA11B4 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 180 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.27 |
| HSL | 302.13º | 0.83% | 0.4% | - |
| HSV(B) | 302.13º | 0.91% | 0.73% | - |
| XYZ | 28.69 | 14.14 | 44.4 | - |
| YUV | 86.11 | 180.99 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 180 | 0 | 0.91 | 0.03 | 0.27 | 302.13 | 0.83 | 0.4 |
| Hex | BA | 11 | B4 | 0 | 5B | 3 | 1B | 12E | 53 | 28 |
| Octal | 272 | 21 | 264 | 0 | 133 | 3 | 33 | 456 | 123 | 50 |
| Binary | 10111010 | 10001 | 10110100 | 0 | 1011011 | 11 | 11011 | 100101110 | 1010011 | 101000 |
Color Harmonies of #BA11B4
Complementary color
Monochromatic Colors of #BA11B4
Black with #BA11B4
Text Example
Text Example
White with #BA11B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11B4; }
p { color: rgb(186,17,180); }
H1.HeaderClassName
{
color: #BA11B4;
}
.AnyTagClassName
{
color: #BA11B4;
}
</style>
background-color css
<style>
a { background-color: #BA11B4; }
a { background-color: rgb(186,17,180); }
div.DivClassName
{
background-color: #BA11B4;
}
.BgClassName
{
background-color: #BA11B4;
}
</style>
border-color css
<style>
span { border-color: #BA11B4; }
span { border-color: rgb(186,17,180); }
td.TdClassName
{
border-color: #BA11B4;
}
.TagClassName
{
border-color: #BA11B4;
}
</style>