Shades of Deep Magenta #BA12BE
Tints of Deep Magenta #BA12BE
RGB
CMYK
RGB Variations
Color information
#BA12BE (or 0xBA12BE) is known color: Deep Magenta. HEX triplet: BA, 12 and BE. RGB value is (186,18,190). Sum of RGB (Red+Green+Blue) = 186+18+190=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA12BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12BE is #45ED41. Grayscale: #575757. Windows color (decimal): -4582722 or 12456634. OLE color: 12456634.
HSL color Cylindrical-coordinate representation of color #BA12BE: hue angle of 298.6º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA12BE is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 18 | 190 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.25 |
| HSL | 298.6º | 0.83% | 0.41% | - |
| HSV(B) | 298.6º | 0.91% | 0.75% | - |
| XYZ | 29.76 | 14.59 | 49.96 | - |
| YUV | 87.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 190 | 0.02 | 0.91 | 0 | 0.25 | 298.6 | 0.83 | 0.41 |
| Hex | BA | 12 | BE | 2 | 5B | 0 | 19 | 12B | 53 | 29 |
| Octal | 272 | 22 | 276 | 2 | 133 | 0 | 31 | 453 | 123 | 51 |
| Binary | 10111010 | 10010 | 10111110 | 10 | 1011011 | 0 | 11001 | 100101011 | 1010011 | 101001 |
Color Harmonies of #BA12BE
Complementary color
Monochromatic Colors of #BA12BE
Black with #BA12BE
Text Example
Text Example
White with #BA12BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12BE; }
p { color: rgb(186,18,190); }
H1.HeaderClassName
{
color: #BA12BE;
}
.AnyTagClassName
{
color: #BA12BE;
}
</style>
background-color css
<style>
a { background-color: #BA12BE; }
a { background-color: rgb(186,18,190); }
div.DivClassName
{
background-color: #BA12BE;
}
.BgClassName
{
background-color: #BA12BE;
}
</style>
border-color css
<style>
span { border-color: #BA12BE; }
span { border-color: rgb(186,18,190); }
td.TdClassName
{
border-color: #BA12BE;
}
.TagClassName
{
border-color: #BA12BE;
}
</style>