Shades of Deep Magenta #BA0CCD
Tints of Deep Magenta #BA0CCD
RGB
CMYK
RGB Variations
Color information
#BA0CCD (or 0xBA0CCD) is known color: Deep Magenta. HEX triplet: BA, 0C and CD. RGB value is (186,12,205). Sum of RGB (Red+Green+Blue) = 186+12+205=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA0CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CCD is #45F332. Grayscale: #555555. Windows color (decimal): -4584243 or 13438138. OLE color: 13438138.
HSL color Cylindrical-coordinate representation of color #BA0CCD: hue angle of 294.09º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0CCD is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 12 | 205 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.20 |
| HSL | 294.09º | 0.89% | 0.43% | - |
| HSV(B) | 294.09º | 0.94% | 0.8% | - |
| XYZ | 31.4 | 15.11 | 59.02 | - |
| YUV | 86.03 | 195.15 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 205 | 0.09 | 0.94 | 0 | 0.20 | 294.09 | 0.89 | 0.43 |
| Hex | BA | C | CD | 9 | 5E | 0 | 14 | 126 | 59 | 2B |
| Octal | 272 | 14 | 315 | 11 | 136 | 0 | 24 | 446 | 131 | 53 |
| Binary | 10111010 | 1100 | 11001101 | 1001 | 1011110 | 0 | 10100 | 100100110 | 1011001 | 101011 |
Color Harmonies of #BA0CCD
Complementary color
Monochromatic Colors of #BA0CCD
Black with #BA0CCD
Text Example
Text Example
White with #BA0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CCD; }
p { color: rgb(186,12,205); }
H1.HeaderClassName
{
color: #BA0CCD;
}
.AnyTagClassName
{
color: #BA0CCD;
}
</style>
background-color css
<style>
a { background-color: #BA0CCD; }
a { background-color: rgb(186,12,205); }
div.DivClassName
{
background-color: #BA0CCD;
}
.BgClassName
{
background-color: #BA0CCD;
}
</style>
border-color css
<style>
span { border-color: #BA0CCD; }
span { border-color: rgb(186,12,205); }
td.TdClassName
{
border-color: #BA0CCD;
}
.TagClassName
{
border-color: #BA0CCD;
}
</style>