Shades of Deep Magenta #BA05CC
Tints of Deep Magenta #BA05CC
RGB
CMYK
RGB Variations
Color information
#BA05CC (or 0xBA05CC) is known color: Deep Magenta. HEX triplet: BA, 05 and CC. RGB value is (186,5,204). Sum of RGB (Red+Green+Blue) = 186+5+204=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA05CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05CC is #45FA33. Grayscale: #515151. Windows color (decimal): -4586036 or 13370810. OLE color: 13370810.
HSL color Cylindrical-coordinate representation of color #BA05CC: hue angle of 294.57º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA05CC is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 5 | 204 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.2 |
| HSL | 294.57º | 0.95% | 0.41% | - |
| HSV(B) | 294.57º | 0.98% | 0.8% | - |
| XYZ | 31.2 | 14.91 | 58.36 | - |
| YUV | 81.81 | 196.97 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 204 | 0.09 | 0.98 | 0 | 0.2 | 294.57 | 0.95 | 0.41 |
| Hex | BA | 5 | CC | 9 | 62 | 0 | 14 | 127 | 5F | 29 |
| Octal | 272 | 5 | 314 | 11 | 142 | 0 | 24 | 447 | 137 | 51 |
| Binary | 10111010 | 101 | 11001100 | 1001 | 1100010 | 0 | 10100 | 100100111 | 1011111 | 101001 |
Color Harmonies of #BA05CC
Complementary color
Monochromatic Colors of #BA05CC
Black with #BA05CC
Text Example
Text Example
White with #BA05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05CC; }
p { color: rgb(186,5,204); }
H1.HeaderClassName
{
color: #BA05CC;
}
.AnyTagClassName
{
color: #BA05CC;
}
</style>
background-color css
<style>
a { background-color: #BA05CC; }
a { background-color: rgb(186,5,204); }
div.DivClassName
{
background-color: #BA05CC;
}
.BgClassName
{
background-color: #BA05CC;
}
</style>
border-color css
<style>
span { border-color: #BA05CC; }
span { border-color: rgb(186,5,204); }
td.TdClassName
{
border-color: #BA05CC;
}
.TagClassName
{
border-color: #BA05CC;
}
</style>