Shades of Deep Magenta #BA01BD
Tints of Deep Magenta #BA01BD
RGB
CMYK
RGB Variations
Color information
#BA01BD (or 0xBA01BD) is known color: Deep Magenta. HEX triplet: BA, 01 and BD. RGB value is (186,1,189). Sum of RGB (Red+Green+Blue) = 186+1+189=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA01BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01BD is #45FE42. Grayscale: #4D4D4D. Windows color (decimal): -4587075 or 12386746. OLE color: 12386746.
HSL color Cylindrical-coordinate representation of color #BA01BD: hue angle of 299.04º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA01BD is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 1 | 189 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.26 |
| HSL | 299.04º | 0.99% | 0.37% | - |
| HSV(B) | 299.04º | 0.99% | 0.74% | - |
| XYZ | 29.45 | 14.13 | 49.32 | - |
| YUV | 77.75 | 190.79 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 189 | 0.02 | 0.99 | 0 | 0.26 | 299.04 | 0.99 | 0.37 |
| Hex | BA | 1 | BD | 2 | 63 | 0 | 1A | 12B | 63 | 25 |
| Octal | 272 | 1 | 275 | 2 | 143 | 0 | 32 | 453 | 143 | 45 |
| Binary | 10111010 | 1 | 10111101 | 10 | 1100011 | 0 | 11010 | 100101011 | 1100011 | 100101 |
Color Harmonies of #BA01BD
Complementary color
Monochromatic Colors of #BA01BD
Black with #BA01BD
Text Example
Text Example
White with #BA01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01BD; }
p { color: rgb(186,1,189); }
H1.HeaderClassName
{
color: #BA01BD;
}
.AnyTagClassName
{
color: #BA01BD;
}
</style>
background-color css
<style>
a { background-color: #BA01BD; }
a { background-color: rgb(186,1,189); }
div.DivClassName
{
background-color: #BA01BD;
}
.BgClassName
{
background-color: #BA01BD;
}
</style>
border-color css
<style>
span { border-color: #BA01BD; }
span { border-color: rgb(186,1,189); }
td.TdClassName
{
border-color: #BA01BD;
}
.TagClassName
{
border-color: #BA01BD;
}
</style>