Shades of Deep Magenta #BA03DF
Tints of Deep Magenta #BA03DF
RGB
CMYK
RGB Variations
Color information
#BA03DF (or 0xBA03DF) is known color: Deep Magenta. HEX triplet: BA, 03 and DF. RGB value is (186,3,223). Sum of RGB (Red+Green+Blue) = 186+3+223=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA03DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03DF is #45FC20. Grayscale: #525252. Windows color (decimal): -4586529 or 14615482. OLE color: 14615482.
HSL color Cylindrical-coordinate representation of color #BA03DF: hue angle of 289.91º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA03DF is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 3 | 223 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.13 |
| HSL | 289.91º | 0.97% | 0.44% | - |
| HSV(B) | 289.91º | 0.99% | 0.87% | - |
| XYZ | 33.6 | 15.83 | 71.1 | - |
| YUV | 82.8 | 207.13 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 223 | 0.17 | 0.99 | 0 | 0.13 | 289.91 | 0.97 | 0.44 |
| Hex | BA | 3 | DF | 11 | 63 | 0 | D | 122 | 61 | 2C |
| Octal | 272 | 3 | 337 | 21 | 143 | 0 | 15 | 442 | 141 | 54 |
| Binary | 10111010 | 11 | 11011111 | 10001 | 1100011 | 0 | 1101 | 100100010 | 1100001 | 101100 |
Color Harmonies of #BA03DF
Complementary color
Monochromatic Colors of #BA03DF
Black with #BA03DF
Text Example
Text Example
White with #BA03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03DF; }
p { color: rgb(186,3,223); }
H1.HeaderClassName
{
color: #BA03DF;
}
.AnyTagClassName
{
color: #BA03DF;
}
</style>
background-color css
<style>
a { background-color: #BA03DF; }
a { background-color: rgb(186,3,223); }
div.DivClassName
{
background-color: #BA03DF;
}
.BgClassName
{
background-color: #BA03DF;
}
</style>
border-color css
<style>
span { border-color: #BA03DF; }
span { border-color: rgb(186,3,223); }
td.TdClassName
{
border-color: #BA03DF;
}
.TagClassName
{
border-color: #BA03DF;
}
</style>