Shades of Deep Magenta #BA07DF
Tints of Deep Magenta #BA07DF
RGB
CMYK
RGB Variations
Color information
#BA07DF (or 0xBA07DF) is known color: Deep Magenta. HEX triplet: BA, 07 and DF. RGB value is (186,7,223). Sum of RGB (Red+Green+Blue) = 186+7+223=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA07DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07DF is #45F820. Grayscale: #545454. Windows color (decimal): -4585505 or 14616506. OLE color: 14616506.
HSL color Cylindrical-coordinate representation of color #BA07DF: hue angle of 289.72º 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 #BA07DF is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 7 | 223 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.13 |
| HSL | 289.72º | 0.94% | 0.45% | - |
| HSV(B) | 289.72º | 0.97% | 0.87% | - |
| XYZ | 33.64 | 15.92 | 71.11 | - |
| YUV | 85.15 | 205.8 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 223 | 0.17 | 0.97 | 0 | 0.13 | 289.72 | 0.94 | 0.45 |
| Hex | BA | 7 | DF | 11 | 61 | 0 | D | 122 | 5E | 2D |
| Octal | 272 | 7 | 337 | 21 | 141 | 0 | 15 | 442 | 136 | 55 |
| Binary | 10111010 | 111 | 11011111 | 10001 | 1100001 | 0 | 1101 | 100100010 | 1011110 | 101101 |
Color Harmonies of #BA07DF
Complementary color
Monochromatic Colors of #BA07DF
Black with #BA07DF
Text Example
Text Example
White with #BA07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07DF; }
p { color: rgb(186,7,223); }
H1.HeaderClassName
{
color: #BA07DF;
}
.AnyTagClassName
{
color: #BA07DF;
}
</style>
background-color css
<style>
a { background-color: #BA07DF; }
a { background-color: rgb(186,7,223); }
div.DivClassName
{
background-color: #BA07DF;
}
.BgClassName
{
background-color: #BA07DF;
}
</style>
border-color css
<style>
span { border-color: #BA07DF; }
span { border-color: rgb(186,7,223); }
td.TdClassName
{
border-color: #BA07DF;
}
.TagClassName
{
border-color: #BA07DF;
}
</style>