Shades of Deep Magenta #BA13BE
Tints of Deep Magenta #BA13BE
RGB
CMYK
RGB Variations
Color information
#BA13BE (or 0xBA13BE) is known color: Deep Magenta. HEX triplet: BA, 13 and BE. RGB value is (186,19,190). Sum of RGB (Red+Green+Blue) = 186+19+190=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA13BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13BE is #45EC41. Grayscale: #575757. Windows color (decimal): -4582466 or 12456890. OLE color: 12456890.
HSL color Cylindrical-coordinate representation of color #BA13BE: hue angle of 298.6º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA13BE is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 19 | 190 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.25 |
| HSL | 298.6º | 0.82% | 0.41% | - |
| HSV(B) | 298.6º | 0.9% | 0.75% | - |
| XYZ | 29.78 | 14.62 | 49.97 | - |
| YUV | 88.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 190 | 0.02 | 0.90 | 0 | 0.25 | 298.6 | 0.82 | 0.41 |
| Hex | BA | 13 | BE | 2 | 5A | 0 | 19 | 12B | 52 | 29 |
| Octal | 272 | 23 | 276 | 2 | 132 | 0 | 31 | 453 | 122 | 51 |
| Binary | 10111010 | 10011 | 10111110 | 10 | 1011010 | 0 | 11001 | 100101011 | 1010010 | 101001 |
Color Harmonies of #BA13BE
Complementary color
Monochromatic Colors of #BA13BE
Black with #BA13BE
Text Example
Text Example
White with #BA13BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13BE; }
p { color: rgb(186,19,190); }
H1.HeaderClassName
{
color: #BA13BE;
}
.AnyTagClassName
{
color: #BA13BE;
}
</style>
background-color css
<style>
a { background-color: #BA13BE; }
a { background-color: rgb(186,19,190); }
div.DivClassName
{
background-color: #BA13BE;
}
.BgClassName
{
background-color: #BA13BE;
}
</style>
border-color css
<style>
span { border-color: #BA13BE; }
span { border-color: rgb(186,19,190); }
td.TdClassName
{
border-color: #BA13BE;
}
.TagClassName
{
border-color: #BA13BE;
}
</style>