Shades of Deep Magenta #BA01CA
Tints of Deep Magenta #BA01CA
RGB
CMYK
RGB Variations
Color information
#BA01CA (or 0xBA01CA) is known color: Deep Magenta. HEX triplet: BA, 01 and CA. RGB value is (186,1,202). Sum of RGB (Red+Green+Blue) = 186+1+202=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA01CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01CA is #45FE35. Grayscale: #4E4E4E. Windows color (decimal): -4587062 or 13238714. OLE color: 13238714.
HSL color Cylindrical-coordinate representation of color #BA01CA: hue angle of 295.22º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01CA is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 1 | 202 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.21 |
| HSL | 295.22º | 0.99% | 0.4% | - |
| HSV(B) | 295.22º | 1% | 0.79% | - |
| XYZ | 30.92 | 14.73 | 57.09 | - |
| YUV | 79.23 | 197.29 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 202 | 0.08 | 1.00 | 0 | 0.21 | 295.22 | 0.99 | 0.4 |
| Hex | BA | 1 | CA | 8 | 64 | 0 | 15 | 127 | 63 | 28 |
| Octal | 272 | 1 | 312 | 10 | 144 | 0 | 25 | 447 | 143 | 50 |
| Binary | 10111010 | 1 | 11001010 | 1000 | 1100100 | 0 | 10101 | 100100111 | 1100011 | 101000 |
Color Harmonies of #BA01CA
Complementary color
Monochromatic Colors of #BA01CA
Black with #BA01CA
Text Example
Text Example
White with #BA01CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01CA; }
p { color: rgb(186,1,202); }
H1.HeaderClassName
{
color: #BA01CA;
}
.AnyTagClassName
{
color: #BA01CA;
}
</style>
background-color css
<style>
a { background-color: #BA01CA; }
a { background-color: rgb(186,1,202); }
div.DivClassName
{
background-color: #BA01CA;
}
.BgClassName
{
background-color: #BA01CA;
}
</style>
border-color css
<style>
span { border-color: #BA01CA; }
span { border-color: rgb(186,1,202); }
td.TdClassName
{
border-color: #BA01CA;
}
.TagClassName
{
border-color: #BA01CA;
}
</style>