Shades of Deep Magenta #BA05CA
Tints of Deep Magenta #BA05CA
RGB
CMYK
RGB Variations
Color information
#BA05CA (or 0xBA05CA) is known color: Deep Magenta. HEX triplet: BA, 05 and CA. RGB value is (186,5,202). Sum of RGB (Red+Green+Blue) = 186+5+202=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA05CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05CA is #45FA35. Grayscale: #505050. Windows color (decimal): -4586038 or 13239738. OLE color: 13239738.
HSL color Cylindrical-coordinate representation of color #BA05CA: hue angle of 295.13º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA05CA is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 5 | 202 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.21 |
| HSL | 295.13º | 0.95% | 0.41% | - |
| HSV(B) | 295.13º | 0.98% | 0.79% | - |
| XYZ | 30.96 | 14.81 | 57.1 | - |
| YUV | 81.58 | 195.97 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 202 | 0.08 | 0.98 | 0 | 0.21 | 295.13 | 0.95 | 0.41 |
| Hex | BA | 5 | CA | 8 | 62 | 0 | 15 | 127 | 5F | 29 |
| Octal | 272 | 5 | 312 | 10 | 142 | 0 | 25 | 447 | 137 | 51 |
| Binary | 10111010 | 101 | 11001010 | 1000 | 1100010 | 0 | 10101 | 100100111 | 1011111 | 101001 |
Color Harmonies of #BA05CA
Complementary color
Monochromatic Colors of #BA05CA
Black with #BA05CA
Text Example
Text Example
White with #BA05CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05CA; }
p { color: rgb(186,5,202); }
H1.HeaderClassName
{
color: #BA05CA;
}
.AnyTagClassName
{
color: #BA05CA;
}
</style>
background-color css
<style>
a { background-color: #BA05CA; }
a { background-color: rgb(186,5,202); }
div.DivClassName
{
background-color: #BA05CA;
}
.BgClassName
{
background-color: #BA05CA;
}
</style>
border-color css
<style>
span { border-color: #BA05CA; }
span { border-color: rgb(186,5,202); }
td.TdClassName
{
border-color: #BA05CA;
}
.TagClassName
{
border-color: #BA05CA;
}
</style>