Shades of Deep Magenta #BA02DF
Tints of Deep Magenta #BA02DF
RGB
CMYK
RGB Variations
Color information
#BA02DF (or 0xBA02DF) is known color: Deep Magenta. HEX triplet: BA, 02 and DF. RGB value is (186,2,223). Sum of RGB (Red+Green+Blue) = 186+2+223=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02DF is #45FD20. Grayscale: #515151. Windows color (decimal): -4586785 or 14615226. OLE color: 14615226.
HSL color Cylindrical-coordinate representation of color #BA02DF: hue angle of 289.95º degrees, saturation: 0.98, 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 #BA02DF is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 2 | 223 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.13 |
| HSL | 289.95º | 0.98% | 0.44% | - |
| HSV(B) | 289.95º | 0.99% | 0.87% | - |
| XYZ | 33.59 | 15.81 | 71.09 | - |
| YUV | 82.21 | 207.46 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 223 | 0.17 | 0.99 | 0 | 0.13 | 289.95 | 0.98 | 0.44 |
| Hex | BA | 2 | DF | 11 | 63 | 0 | D | 122 | 62 | 2C |
| Octal | 272 | 2 | 337 | 21 | 143 | 0 | 15 | 442 | 142 | 54 |
| Binary | 10111010 | 10 | 11011111 | 10001 | 1100011 | 0 | 1101 | 100100010 | 1100010 | 101100 |
Color Harmonies of #BA02DF
Complementary color
Monochromatic Colors of #BA02DF
Black with #BA02DF
Text Example
Text Example
White with #BA02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02DF; }
p { color: rgb(186,2,223); }
H1.HeaderClassName
{
color: #BA02DF;
}
.AnyTagClassName
{
color: #BA02DF;
}
</style>
background-color css
<style>
a { background-color: #BA02DF; }
a { background-color: rgb(186,2,223); }
div.DivClassName
{
background-color: #BA02DF;
}
.BgClassName
{
background-color: #BA02DF;
}
</style>
border-color css
<style>
span { border-color: #BA02DF; }
span { border-color: rgb(186,2,223); }
td.TdClassName
{
border-color: #BA02DF;
}
.TagClassName
{
border-color: #BA02DF;
}
</style>