Shades of Deep Magenta #BA02CF
Tints of Deep Magenta #BA02CF
RGB
CMYK
RGB Variations
Color information
#BA02CF (or 0xBA02CF) is known color: Deep Magenta. HEX triplet: BA, 02 and CF. RGB value is (186,2,207). Sum of RGB (Red+Green+Blue) = 186+2+207=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA02CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02CF is #45FD30. Grayscale: #4F4F4F. Windows color (decimal): -4586801 or 13566650. OLE color: 13566650.
HSL color Cylindrical-coordinate representation of color #BA02CF: hue angle of 293.85º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02CF is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 2 | 207 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.19 |
| HSL | 293.85º | 0.98% | 0.41% | - |
| HSV(B) | 293.85º | 0.99% | 0.81% | - |
| XYZ | 31.53 | 14.99 | 60.26 | - |
| YUV | 80.39 | 199.46 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 207 | 0.10 | 0.99 | 0 | 0.19 | 293.85 | 0.98 | 0.41 |
| Hex | BA | 2 | CF | A | 63 | 0 | 13 | 126 | 62 | 29 |
| Octal | 272 | 2 | 317 | 12 | 143 | 0 | 23 | 446 | 142 | 51 |
| Binary | 10111010 | 10 | 11001111 | 1010 | 1100011 | 0 | 10011 | 100100110 | 1100010 | 101001 |
Color Harmonies of #BA02CF
Complementary color
Monochromatic Colors of #BA02CF
Black with #BA02CF
Text Example
Text Example
White with #BA02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02CF; }
p { color: rgb(186,2,207); }
H1.HeaderClassName
{
color: #BA02CF;
}
.AnyTagClassName
{
color: #BA02CF;
}
</style>
background-color css
<style>
a { background-color: #BA02CF; }
a { background-color: rgb(186,2,207); }
div.DivClassName
{
background-color: #BA02CF;
}
.BgClassName
{
background-color: #BA02CF;
}
</style>
border-color css
<style>
span { border-color: #BA02CF; }
span { border-color: rgb(186,2,207); }
td.TdClassName
{
border-color: #BA02CF;
}
.TagClassName
{
border-color: #BA02CF;
}
</style>