Shades of Deep Magenta #BA08D9
Tints of Deep Magenta #BA08D9
RGB
CMYK
RGB Variations
Color information
#BA08D9 (or 0xBA08D9) is known color: Deep Magenta. HEX triplet: BA, 08 and D9. RGB value is (186,8,217). Sum of RGB (Red+Green+Blue) = 186+8+217=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 217 (85.16% from 255 or 52.80% from 411); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA08D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08D9 is #45F726. Grayscale: #545454. Windows color (decimal): -4585255 or 14223546. OLE color: 14223546.
HSL color Cylindrical-coordinate representation of color #BA08D9: hue angle of 291.1º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08D9 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 8 | 217 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.15 |
| HSL | 291.1º | 0.93% | 0.44% | - |
| HSV(B) | 291.1º | 0.96% | 0.85% | - |
| XYZ | 32.86 | 15.62 | 66.93 | - |
| YUV | 85.05 | 202.47 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 217 | 0.14 | 0.96 | 0 | 0.15 | 291.1 | 0.93 | 0.44 |
| Hex | BA | 8 | D9 | E | 60 | 0 | F | 123 | 5D | 2C |
| Octal | 272 | 10 | 331 | 16 | 140 | 0 | 17 | 443 | 135 | 54 |
| Binary | 10111010 | 1000 | 11011001 | 1110 | 1100000 | 0 | 1111 | 100100011 | 1011101 | 101100 |
Color Harmonies of #BA08D9
Complementary color
Monochromatic Colors of #BA08D9
Black with #BA08D9
Text Example
Text Example
White with #BA08D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08D9; }
p { color: rgb(186,8,217); }
H1.HeaderClassName
{
color: #BA08D9;
}
.AnyTagClassName
{
color: #BA08D9;
}
</style>
background-color css
<style>
a { background-color: #BA08D9; }
a { background-color: rgb(186,8,217); }
div.DivClassName
{
background-color: #BA08D9;
}
.BgClassName
{
background-color: #BA08D9;
}
</style>
border-color css
<style>
span { border-color: #BA08D9; }
span { border-color: rgb(186,8,217); }
td.TdClassName
{
border-color: #BA08D9;
}
.TagClassName
{
border-color: #BA08D9;
}
</style>