Shades of Deep Magenta #BA08DC
Tints of Deep Magenta #BA08DC
RGB
CMYK
RGB Variations
Color information
#BA08DC (or 0xBA08DC) is known color: Deep Magenta. HEX triplet: BA, 08 and DC. RGB value is (186,8,220). Sum of RGB (Red+Green+Blue) = 186+8+220=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA08DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08DC is #45F723. Grayscale: #545454. Windows color (decimal): -4585252 or 14420154. OLE color: 14420154.
HSL color Cylindrical-coordinate representation of color #BA08DC: hue angle of 290.38º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08DC is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 8 | 220 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.14 |
| HSL | 290.38º | 0.93% | 0.45% | - |
| HSV(B) | 290.38º | 0.96% | 0.86% | - |
| XYZ | 33.25 | 15.78 | 69 | - |
| YUV | 85.39 | 203.97 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 220 | 0.15 | 0.96 | 0 | 0.14 | 290.38 | 0.93 | 0.45 |
| Hex | BA | 8 | DC | F | 60 | 0 | E | 122 | 5D | 2D |
| Octal | 272 | 10 | 334 | 17 | 140 | 0 | 16 | 442 | 135 | 55 |
| Binary | 10111010 | 1000 | 11011100 | 1111 | 1100000 | 0 | 1110 | 100100010 | 1011101 | 101101 |
Color Harmonies of #BA08DC
Complementary color
Monochromatic Colors of #BA08DC
Black with #BA08DC
Text Example
Text Example
White with #BA08DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08DC; }
p { color: rgb(186,8,220); }
H1.HeaderClassName
{
color: #BA08DC;
}
.AnyTagClassName
{
color: #BA08DC;
}
</style>
background-color css
<style>
a { background-color: #BA08DC; }
a { background-color: rgb(186,8,220); }
div.DivClassName
{
background-color: #BA08DC;
}
.BgClassName
{
background-color: #BA08DC;
}
</style>
border-color css
<style>
span { border-color: #BA08DC; }
span { border-color: rgb(186,8,220); }
td.TdClassName
{
border-color: #BA08DC;
}
.TagClassName
{
border-color: #BA08DC;
}
</style>