Shades of Deep Magenta #BA07DE
Tints of Deep Magenta #BA07DE
RGB
CMYK
RGB Variations
Color information
#BA07DE (or 0xBA07DE) is known color: Deep Magenta. HEX triplet: BA, 07 and DE. RGB value is (186,7,222). Sum of RGB (Red+Green+Blue) = 186+7+222=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA07DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07DE is #45F821. Grayscale: #545454. Windows color (decimal): -4585506 or 14550970. OLE color: 14550970.
HSL color Cylindrical-coordinate representation of color #BA07DE: hue angle of 289.95º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA07DE is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 7 | 222 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.13 |
| HSL | 289.95º | 0.94% | 0.45% | - |
| HSV(B) | 289.95º | 0.97% | 0.87% | - |
| XYZ | 33.51 | 15.86 | 70.4 | - |
| YUV | 85.03 | 205.3 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 222 | 0.16 | 0.97 | 0 | 0.13 | 289.95 | 0.94 | 0.45 |
| Hex | BA | 7 | DE | 10 | 61 | 0 | D | 122 | 5E | 2D |
| Octal | 272 | 7 | 336 | 20 | 141 | 0 | 15 | 442 | 136 | 55 |
| Binary | 10111010 | 111 | 11011110 | 10000 | 1100001 | 0 | 1101 | 100100010 | 1011110 | 101101 |
Color Harmonies of #BA07DE
Complementary color
Monochromatic Colors of #BA07DE
Black with #BA07DE
Text Example
Text Example
White with #BA07DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07DE; }
p { color: rgb(186,7,222); }
H1.HeaderClassName
{
color: #BA07DE;
}
.AnyTagClassName
{
color: #BA07DE;
}
</style>
background-color css
<style>
a { background-color: #BA07DE; }
a { background-color: rgb(186,7,222); }
div.DivClassName
{
background-color: #BA07DE;
}
.BgClassName
{
background-color: #BA07DE;
}
</style>
border-color css
<style>
span { border-color: #BA07DE; }
span { border-color: rgb(186,7,222); }
td.TdClassName
{
border-color: #BA07DE;
}
.TagClassName
{
border-color: #BA07DE;
}
</style>