Shades of Deep Magenta #BA13DF
Tints of Deep Magenta #BA13DF
RGB
CMYK
RGB Variations
Color information
#BA13DF (or 0xBA13DF) is known color: Deep Magenta. HEX triplet: BA, 13 and DF. RGB value is (186,19,223). Sum of RGB (Red+Green+Blue) = 186+19+223=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA13DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13DF is #45EC20. Grayscale: #5B5B5B. Windows color (decimal): -4582433 or 14619578. OLE color: 14619578.
HSL color Cylindrical-coordinate representation of color #BA13DF: hue angle of 289.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA13DF is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 19 | 223 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.13 |
| HSL | 289.12º | 0.84% | 0.47% | - |
| HSV(B) | 289.12º | 0.91% | 0.87% | - |
| XYZ | 33.8 | 16.23 | 71.16 | - |
| YUV | 92.19 | 201.83 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 223 | 0.17 | 0.91 | 0 | 0.13 | 289.12 | 0.84 | 0.47 |
| Hex | BA | 13 | DF | 11 | 5B | 0 | D | 121 | 54 | 2F |
| Octal | 272 | 23 | 337 | 21 | 133 | 0 | 15 | 441 | 124 | 57 |
| Binary | 10111010 | 10011 | 11011111 | 10001 | 1011011 | 0 | 1101 | 100100001 | 1010100 | 101111 |
Color Harmonies of #BA13DF
Complementary color
Monochromatic Colors of #BA13DF
Black with #BA13DF
Text Example
Text Example
White with #BA13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13DF; }
p { color: rgb(186,19,223); }
H1.HeaderClassName
{
color: #BA13DF;
}
.AnyTagClassName
{
color: #BA13DF;
}
</style>
background-color css
<style>
a { background-color: #BA13DF; }
a { background-color: rgb(186,19,223); }
div.DivClassName
{
background-color: #BA13DF;
}
.BgClassName
{
background-color: #BA13DF;
}
</style>
border-color css
<style>
span { border-color: #BA13DF; }
span { border-color: rgb(186,19,223); }
td.TdClassName
{
border-color: #BA13DF;
}
.TagClassName
{
border-color: #BA13DF;
}
</style>