Shades of Deep Magenta #BA09CF
Tints of Deep Magenta #BA09CF
RGB
CMYK
RGB Variations
Color information
#BA09CF (or 0xBA09CF) is known color: Deep Magenta. HEX triplet: BA, 09 and CF. RGB value is (186,9,207). Sum of RGB (Red+Green+Blue) = 186+9+207=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA09CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09CF is #45F630. Grayscale: #535353. Windows color (decimal): -4585009 or 13568442. OLE color: 13568442.
HSL color Cylindrical-coordinate representation of color #BA09CF: hue angle of 293.64º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09CF is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 9 | 207 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.19 |
| HSL | 293.64º | 0.92% | 0.42% | - |
| HSV(B) | 293.64º | 0.96% | 0.81% | - |
| XYZ | 31.61 | 15.14 | 60.29 | - |
| YUV | 84.5 | 197.14 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 207 | 0.10 | 0.96 | 0 | 0.19 | 293.64 | 0.92 | 0.42 |
| Hex | BA | 9 | CF | A | 60 | 0 | 13 | 126 | 5C | 2A |
| Octal | 272 | 11 | 317 | 12 | 140 | 0 | 23 | 446 | 134 | 52 |
| Binary | 10111010 | 1001 | 11001111 | 1010 | 1100000 | 0 | 10011 | 100100110 | 1011100 | 101010 |
Color Harmonies of #BA09CF
Complementary color
Monochromatic Colors of #BA09CF
Black with #BA09CF
Text Example
Text Example
White with #BA09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09CF; }
p { color: rgb(186,9,207); }
H1.HeaderClassName
{
color: #BA09CF;
}
.AnyTagClassName
{
color: #BA09CF;
}
</style>
background-color css
<style>
a { background-color: #BA09CF; }
a { background-color: rgb(186,9,207); }
div.DivClassName
{
background-color: #BA09CF;
}
.BgClassName
{
background-color: #BA09CF;
}
</style>
border-color css
<style>
span { border-color: #BA09CF; }
span { border-color: rgb(186,9,207); }
td.TdClassName
{
border-color: #BA09CF;
}
.TagClassName
{
border-color: #BA09CF;
}
</style>