Shades of Deep Magenta #BA03CB
Tints of Deep Magenta #BA03CB
RGB
CMYK
RGB Variations
Color information
#BA03CB (or 0xBA03CB) is known color: Deep Magenta. HEX triplet: BA, 03 and CB. RGB value is (186,3,203). Sum of RGB (Red+Green+Blue) = 186+3+203=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA03CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03CB is #45FC34. Grayscale: #4F4F4F. Windows color (decimal): -4586549 or 13304762. OLE color: 13304762.
HSL color Cylindrical-coordinate representation of color #BA03CB: hue angle of 294.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA03CB is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 3 | 203 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.20 |
| HSL | 294.9º | 0.97% | 0.4% | - |
| HSV(B) | 294.9º | 0.99% | 0.8% | - |
| XYZ | 31.06 | 14.82 | 57.72 | - |
| YUV | 80.52 | 197.13 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 203 | 0.08 | 0.99 | 0 | 0.20 | 294.9 | 0.97 | 0.4 |
| Hex | BA | 3 | CB | 8 | 63 | 0 | 14 | 127 | 61 | 28 |
| Octal | 272 | 3 | 313 | 10 | 143 | 0 | 24 | 447 | 141 | 50 |
| Binary | 10111010 | 11 | 11001011 | 1000 | 1100011 | 0 | 10100 | 100100111 | 1100001 | 101000 |
Color Harmonies of #BA03CB
Complementary color
Monochromatic Colors of #BA03CB
Black with #BA03CB
Text Example
Text Example
White with #BA03CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03CB; }
p { color: rgb(186,3,203); }
H1.HeaderClassName
{
color: #BA03CB;
}
.AnyTagClassName
{
color: #BA03CB;
}
</style>
background-color css
<style>
a { background-color: #BA03CB; }
a { background-color: rgb(186,3,203); }
div.DivClassName
{
background-color: #BA03CB;
}
.BgClassName
{
background-color: #BA03CB;
}
</style>
border-color css
<style>
span { border-color: #BA03CB; }
span { border-color: rgb(186,3,203); }
td.TdClassName
{
border-color: #BA03CB;
}
.TagClassName
{
border-color: #BA03CB;
}
</style>