Shades of Deep Magenta #BA01CD
Tints of Deep Magenta #BA01CD
RGB
CMYK
RGB Variations
Color information
#BA01CD (or 0xBA01CD) is known color: Deep Magenta. HEX triplet: BA, 01 and CD. RGB value is (186,1,205). Sum of RGB (Red+Green+Blue) = 186+1+205=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA01CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01CD is #45FE32. Grayscale: #4E4E4E. Windows color (decimal): -4587059 or 13435322. OLE color: 13435322.
HSL color Cylindrical-coordinate representation of color #BA01CD: hue angle of 294.41º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01CD is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 1 | 205 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.20 |
| HSL | 294.41º | 0.99% | 0.4% | - |
| HSV(B) | 294.41º | 1% | 0.8% | - |
| XYZ | 31.28 | 14.87 | 58.98 | - |
| YUV | 79.57 | 198.79 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 205 | 0.09 | 1.00 | 0 | 0.20 | 294.41 | 0.99 | 0.4 |
| Hex | BA | 1 | CD | 9 | 64 | 0 | 14 | 126 | 63 | 28 |
| Octal | 272 | 1 | 315 | 11 | 144 | 0 | 24 | 446 | 143 | 50 |
| Binary | 10111010 | 1 | 11001101 | 1001 | 1100100 | 0 | 10100 | 100100110 | 1100011 | 101000 |
Color Harmonies of #BA01CD
Complementary color
Monochromatic Colors of #BA01CD
Black with #BA01CD
Text Example
Text Example
White with #BA01CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01CD; }
p { color: rgb(186,1,205); }
H1.HeaderClassName
{
color: #BA01CD;
}
.AnyTagClassName
{
color: #BA01CD;
}
</style>
background-color css
<style>
a { background-color: #BA01CD; }
a { background-color: rgb(186,1,205); }
div.DivClassName
{
background-color: #BA01CD;
}
.BgClassName
{
background-color: #BA01CD;
}
</style>
border-color css
<style>
span { border-color: #BA01CD; }
span { border-color: rgb(186,1,205); }
td.TdClassName
{
border-color: #BA01CD;
}
.TagClassName
{
border-color: #BA01CD;
}
</style>