Shades of Deep Magenta #BA01CB
Tints of Deep Magenta #BA01CB
RGB
CMYK
RGB Variations
Color information
#BA01CB (or 0xBA01CB) is known color: Deep Magenta. HEX triplet: BA, 01 and CB. RGB value is (186,1,203). Sum of RGB (Red+Green+Blue) = 186+1+203=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA01CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01CB is #45FE34. Grayscale: #4E4E4E. Windows color (decimal): -4587061 or 13304250. OLE color: 13304250.
HSL color Cylindrical-coordinate representation of color #BA01CB: hue angle of 294.95º 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 #BA01CB is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 1 | 203 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.20 |
| HSL | 294.95º | 0.99% | 0.4% | - |
| HSV(B) | 294.95º | 1% | 0.8% | - |
| XYZ | 31.04 | 14.77 | 57.72 | - |
| YUV | 79.34 | 197.79 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 203 | 0.08 | 1.00 | 0 | 0.20 | 294.95 | 0.99 | 0.4 |
| Hex | BA | 1 | CB | 8 | 64 | 0 | 14 | 127 | 63 | 28 |
| Octal | 272 | 1 | 313 | 10 | 144 | 0 | 24 | 447 | 143 | 50 |
| Binary | 10111010 | 1 | 11001011 | 1000 | 1100100 | 0 | 10100 | 100100111 | 1100011 | 101000 |
Color Harmonies of #BA01CB
Complementary color
Monochromatic Colors of #BA01CB
Black with #BA01CB
Text Example
Text Example
White with #BA01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01CB; }
p { color: rgb(186,1,203); }
H1.HeaderClassName
{
color: #BA01CB;
}
.AnyTagClassName
{
color: #BA01CB;
}
</style>
background-color css
<style>
a { background-color: #BA01CB; }
a { background-color: rgb(186,1,203); }
div.DivClassName
{
background-color: #BA01CB;
}
.BgClassName
{
background-color: #BA01CB;
}
</style>
border-color css
<style>
span { border-color: #BA01CB; }
span { border-color: rgb(186,1,203); }
td.TdClassName
{
border-color: #BA01CB;
}
.TagClassName
{
border-color: #BA01CB;
}
</style>