Shades of Deep Magenta #BA09C6
Tints of Deep Magenta #BA09C6
RGB
CMYK
RGB Variations
Color information
#BA09C6 (or 0xBA09C6) is known color: Deep Magenta. HEX triplet: BA, 09 and C6. RGB value is (186,9,198). Sum of RGB (Red+Green+Blue) = 186+9+198=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA09C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09C6 is #45F639. Grayscale: #525252. Windows color (decimal): -4585018 or 12978618. OLE color: 12978618.
HSL color Cylindrical-coordinate representation of color #BA09C6: hue angle of 296.19º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA09C6 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 9 | 198 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.22 |
| HSL | 296.19º | 0.91% | 0.41% | - |
| HSV(B) | 296.19º | 0.95% | 0.78% | - |
| XYZ | 30.54 | 14.71 | 54.66 | - |
| YUV | 83.47 | 192.64 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 198 | 0.06 | 0.95 | 0 | 0.22 | 296.19 | 0.91 | 0.41 |
| Hex | BA | 9 | C6 | 6 | 5F | 0 | 16 | 128 | 5B | 29 |
| Octal | 272 | 11 | 306 | 6 | 137 | 0 | 26 | 450 | 133 | 51 |
| Binary | 10111010 | 1001 | 11000110 | 110 | 1011111 | 0 | 10110 | 100101000 | 1011011 | 101001 |
Color Harmonies of #BA09C6
Complementary color
Monochromatic Colors of #BA09C6
Black with #BA09C6
Text Example
Text Example
White with #BA09C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09C6; }
p { color: rgb(186,9,198); }
H1.HeaderClassName
{
color: #BA09C6;
}
.AnyTagClassName
{
color: #BA09C6;
}
</style>
background-color css
<style>
a { background-color: #BA09C6; }
a { background-color: rgb(186,9,198); }
div.DivClassName
{
background-color: #BA09C6;
}
.BgClassName
{
background-color: #BA09C6;
}
</style>
border-color css
<style>
span { border-color: #BA09C6; }
span { border-color: rgb(186,9,198); }
td.TdClassName
{
border-color: #BA09C6;
}
.TagClassName
{
border-color: #BA09C6;
}
</style>