Shades of Deep Magenta #BA0CDD
Tints of Deep Magenta #BA0CDD
RGB
CMYK
RGB Variations
Color information
#BA0CDD (or 0xBA0CDD) is known color: Deep Magenta. HEX triplet: BA, 0C and DD. RGB value is (186,12,221). Sum of RGB (Red+Green+Blue) = 186+12+221=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CDD is #45F322. Grayscale: #575757. Windows color (decimal): -4584227 or 14486714. OLE color: 14486714.
HSL color Cylindrical-coordinate representation of color #BA0CDD: hue angle of 289.95º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0CDD is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 12 | 221 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.13 |
| HSL | 289.95º | 0.9% | 0.46% | - |
| HSV(B) | 289.95º | 0.95% | 0.87% | - |
| XYZ | 33.43 | 15.92 | 69.72 | - |
| YUV | 87.85 | 203.15 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 221 | 0.16 | 0.95 | 0 | 0.13 | 289.95 | 0.9 | 0.46 |
| Hex | BA | C | DD | 10 | 5F | 0 | D | 122 | 5A | 2E |
| Octal | 272 | 14 | 335 | 20 | 137 | 0 | 15 | 442 | 132 | 56 |
| Binary | 10111010 | 1100 | 11011101 | 10000 | 1011111 | 0 | 1101 | 100100010 | 1011010 | 101110 |
Color Harmonies of #BA0CDD
Complementary color
Monochromatic Colors of #BA0CDD
Black with #BA0CDD
Text Example
Text Example
White with #BA0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CDD; }
p { color: rgb(186,12,221); }
H1.HeaderClassName
{
color: #BA0CDD;
}
.AnyTagClassName
{
color: #BA0CDD;
}
</style>
background-color css
<style>
a { background-color: #BA0CDD; }
a { background-color: rgb(186,12,221); }
div.DivClassName
{
background-color: #BA0CDD;
}
.BgClassName
{
background-color: #BA0CDD;
}
</style>
border-color css
<style>
span { border-color: #BA0CDD; }
span { border-color: rgb(186,12,221); }
td.TdClassName
{
border-color: #BA0CDD;
}
.TagClassName
{
border-color: #BA0CDD;
}
</style>