Shades of Deep Magenta #BA09C2
Tints of Deep Magenta #BA09C2
RGB
CMYK
RGB Variations
Color information
#BA09C2 (or 0xBA09C2) is known color: Deep Magenta. HEX triplet: BA, 09 and C2. RGB value is (186,9,194). Sum of RGB (Red+Green+Blue) = 186+9+194=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA09C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09C2 is #45F63D. Grayscale: #525252. Windows color (decimal): -4585022 or 12716474. OLE color: 12716474.
HSL color Cylindrical-coordinate representation of color #BA09C2: hue angle of 297.41º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA09C2 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 9 | 194 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.24 |
| HSL | 297.41º | 0.91% | 0.4% | - |
| HSV(B) | 297.41º | 0.95% | 0.76% | - |
| XYZ | 30.09 | 14.53 | 52.26 | - |
| YUV | 83.01 | 190.64 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 194 | 0.04 | 0.95 | 0 | 0.24 | 297.41 | 0.91 | 0.4 |
| Hex | BA | 9 | C2 | 4 | 5F | 0 | 18 | 129 | 5B | 28 |
| Octal | 272 | 11 | 302 | 4 | 137 | 0 | 30 | 451 | 133 | 50 |
| Binary | 10111010 | 1001 | 11000010 | 100 | 1011111 | 0 | 11000 | 100101001 | 1011011 | 101000 |
Color Harmonies of #BA09C2
Complementary color
Monochromatic Colors of #BA09C2
Black with #BA09C2
Text Example
Text Example
White with #BA09C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09C2; }
p { color: rgb(186,9,194); }
H1.HeaderClassName
{
color: #BA09C2;
}
.AnyTagClassName
{
color: #BA09C2;
}
</style>
background-color css
<style>
a { background-color: #BA09C2; }
a { background-color: rgb(186,9,194); }
div.DivClassName
{
background-color: #BA09C2;
}
.BgClassName
{
background-color: #BA09C2;
}
</style>
border-color css
<style>
span { border-color: #BA09C2; }
span { border-color: rgb(186,9,194); }
td.TdClassName
{
border-color: #BA09C2;
}
.TagClassName
{
border-color: #BA09C2;
}
</style>