Shades of Deep Magenta #BA02DA
Tints of Deep Magenta #BA02DA
RGB
CMYK
RGB Variations
Color information
#BA02DA (or 0xBA02DA) is known color: Deep Magenta. HEX triplet: BA, 02 and DA. RGB value is (186,2,218). Sum of RGB (Red+Green+Blue) = 186+2+218=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA02DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02DA is #45FD25. Grayscale: #505050. Windows color (decimal): -4586790 or 14287546. OLE color: 14287546.
HSL color Cylindrical-coordinate representation of color #BA02DA: hue angle of 291.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02DA is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 2 | 218 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.15 |
| HSL | 291.11º | 0.98% | 0.43% | - |
| HSV(B) | 291.11º | 0.99% | 0.85% | - |
| XYZ | 32.93 | 15.54 | 67.59 | - |
| YUV | 81.64 | 204.96 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 218 | 0.15 | 0.99 | 0 | 0.15 | 291.11 | 0.98 | 0.43 |
| Hex | BA | 2 | DA | F | 63 | 0 | F | 123 | 62 | 2B |
| Octal | 272 | 2 | 332 | 17 | 143 | 0 | 17 | 443 | 142 | 53 |
| Binary | 10111010 | 10 | 11011010 | 1111 | 1100011 | 0 | 1111 | 100100011 | 1100010 | 101011 |
Color Harmonies of #BA02DA
Complementary color
Monochromatic Colors of #BA02DA
Black with #BA02DA
Text Example
Text Example
White with #BA02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02DA; }
p { color: rgb(186,2,218); }
H1.HeaderClassName
{
color: #BA02DA;
}
.AnyTagClassName
{
color: #BA02DA;
}
</style>
background-color css
<style>
a { background-color: #BA02DA; }
a { background-color: rgb(186,2,218); }
div.DivClassName
{
background-color: #BA02DA;
}
.BgClassName
{
background-color: #BA02DA;
}
</style>
border-color css
<style>
span { border-color: #BA02DA; }
span { border-color: rgb(186,2,218); }
td.TdClassName
{
border-color: #BA02DA;
}
.TagClassName
{
border-color: #BA02DA;
}
</style>