Shades of Deep Magenta #BA09C0
Tints of Deep Magenta #BA09C0
RGB
CMYK
RGB Variations
Color information
#BA09C0 (or 0xBA09C0) is known color: Deep Magenta. HEX triplet: BA, 09 and C0. RGB value is (186,9,192). Sum of RGB (Red+Green+Blue) = 186+9+192=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA09C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09C0 is #45F63F. Grayscale: #525252. Windows color (decimal): -4585024 or 12585402. OLE color: 12585402.
HSL color Cylindrical-coordinate representation of color #BA09C0: hue angle of 298.03º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA09C0 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 9 | 192 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.25 |
| HSL | 298.03º | 0.91% | 0.39% | - |
| HSV(B) | 298.03º | 0.95% | 0.75% | - |
| XYZ | 29.86 | 14.44 | 51.08 | - |
| YUV | 82.79 | 189.64 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 192 | 0.03 | 0.95 | 0 | 0.25 | 298.03 | 0.91 | 0.39 |
| Hex | BA | 9 | C0 | 3 | 5F | 0 | 19 | 12A | 5B | 27 |
| Octal | 272 | 11 | 300 | 3 | 137 | 0 | 31 | 452 | 133 | 47 |
| Binary | 10111010 | 1001 | 11000000 | 11 | 1011111 | 0 | 11001 | 100101010 | 1011011 | 100111 |
Color Harmonies of #BA09C0
Complementary color
Monochromatic Colors of #BA09C0
Black with #BA09C0
Text Example
Text Example
White with #BA09C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09C0; }
p { color: rgb(186,9,192); }
H1.HeaderClassName
{
color: #BA09C0;
}
.AnyTagClassName
{
color: #BA09C0;
}
</style>
background-color css
<style>
a { background-color: #BA09C0; }
a { background-color: rgb(186,9,192); }
div.DivClassName
{
background-color: #BA09C0;
}
.BgClassName
{
background-color: #BA09C0;
}
</style>
border-color css
<style>
span { border-color: #BA09C0; }
span { border-color: rgb(186,9,192); }
td.TdClassName
{
border-color: #BA09C0;
}
.TagClassName
{
border-color: #BA09C0;
}
</style>