Shades of Deep Magenta #BA13BF
Tints of Deep Magenta #BA13BF
RGB
CMYK
RGB Variations
Color information
#BA13BF (or 0xBA13BF) is known color: Deep Magenta. HEX triplet: BA, 13 and BF. RGB value is (186,19,191). Sum of RGB (Red+Green+Blue) = 186+19+191=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA13BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13BF is #45EC40. Grayscale: #585858. Windows color (decimal): -4582465 or 12522426. OLE color: 12522426.
HSL color Cylindrical-coordinate representation of color #BA13BF: hue angle of 298.26º 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 #BA13BF is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 19 | 191 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.25 |
| HSL | 298.26º | 0.82% | 0.41% | - |
| HSV(B) | 298.26º | 0.9% | 0.75% | - |
| XYZ | 29.89 | 14.67 | 50.55 | - |
| YUV | 88.54 | 185.83 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 191 | 0.03 | 0.90 | 0 | 0.25 | 298.26 | 0.82 | 0.41 |
| Hex | BA | 13 | BF | 3 | 5A | 0 | 19 | 12A | 52 | 29 |
| Octal | 272 | 23 | 277 | 3 | 132 | 0 | 31 | 452 | 122 | 51 |
| Binary | 10111010 | 10011 | 10111111 | 11 | 1011010 | 0 | 11001 | 100101010 | 1010010 | 101001 |
Color Harmonies of #BA13BF
Complementary color
Monochromatic Colors of #BA13BF
Black with #BA13BF
Text Example
Text Example
White with #BA13BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13BF; }
p { color: rgb(186,19,191); }
H1.HeaderClassName
{
color: #BA13BF;
}
.AnyTagClassName
{
color: #BA13BF;
}
</style>
background-color css
<style>
a { background-color: #BA13BF; }
a { background-color: rgb(186,19,191); }
div.DivClassName
{
background-color: #BA13BF;
}
.BgClassName
{
background-color: #BA13BF;
}
</style>
border-color css
<style>
span { border-color: #BA13BF; }
span { border-color: rgb(186,19,191); }
td.TdClassName
{
border-color: #BA13BF;
}
.TagClassName
{
border-color: #BA13BF;
}
</style>