Shades of Deep Magenta #BA02DE
Tints of Deep Magenta #BA02DE
RGB
CMYK
RGB Variations
Color information
#BA02DE (or 0xBA02DE) is known color: Deep Magenta. HEX triplet: BA, 02 and DE. RGB value is (186,2,222). Sum of RGB (Red+Green+Blue) = 186+2+222=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA02DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02DE is #45FD21. Grayscale: #515151. Windows color (decimal): -4586786 or 14549690. OLE color: 14549690.
HSL color Cylindrical-coordinate representation of color #BA02DE: hue angle of 290.18º 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 #BA02DE is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 2 | 222 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.13 |
| HSL | 290.18º | 0.98% | 0.44% | - |
| HSV(B) | 290.18º | 0.99% | 0.87% | - |
| XYZ | 33.46 | 15.76 | 70.39 | - |
| YUV | 82.1 | 206.96 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 222 | 0.16 | 0.99 | 0 | 0.13 | 290.18 | 0.98 | 0.44 |
| Hex | BA | 2 | DE | 10 | 63 | 0 | D | 122 | 62 | 2C |
| Octal | 272 | 2 | 336 | 20 | 143 | 0 | 15 | 442 | 142 | 54 |
| Binary | 10111010 | 10 | 11011110 | 10000 | 1100011 | 0 | 1101 | 100100010 | 1100010 | 101100 |
Color Harmonies of #BA02DE
Complementary color
Monochromatic Colors of #BA02DE
Black with #BA02DE
Text Example
Text Example
White with #BA02DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02DE; }
p { color: rgb(186,2,222); }
H1.HeaderClassName
{
color: #BA02DE;
}
.AnyTagClassName
{
color: #BA02DE;
}
</style>
background-color css
<style>
a { background-color: #BA02DE; }
a { background-color: rgb(186,2,222); }
div.DivClassName
{
background-color: #BA02DE;
}
.BgClassName
{
background-color: #BA02DE;
}
</style>
border-color css
<style>
span { border-color: #BA02DE; }
span { border-color: rgb(186,2,222); }
td.TdClassName
{
border-color: #BA02DE;
}
.TagClassName
{
border-color: #BA02DE;
}
</style>