Shades of Deep Magenta #BA10CB
Tints of Deep Magenta #BA10CB
RGB
CMYK
RGB Variations
Color information
#BA10CB (or 0xBA10CB) is known color: Deep Magenta. HEX triplet: BA, 10 and CB. RGB value is (186,16,203). Sum of RGB (Red+Green+Blue) = 186+16+203=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA10CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10CB is #45EF34. Grayscale: #575757. Windows color (decimal): -4583221 or 13308090. OLE color: 13308090.
HSL color Cylindrical-coordinate representation of color #BA10CB: hue angle of 294.55º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA10CB is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 16 | 203 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.20 |
| HSL | 294.55º | 0.85% | 0.43% | - |
| HSV(B) | 294.55º | 0.92% | 0.8% | - |
| XYZ | 31.21 | 15.12 | 57.77 | - |
| YUV | 88.15 | 192.82 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 203 | 0.08 | 0.92 | 0 | 0.20 | 294.55 | 0.85 | 0.43 |
| Hex | BA | 10 | CB | 8 | 5C | 0 | 14 | 127 | 55 | 2B |
| Octal | 272 | 20 | 313 | 10 | 134 | 0 | 24 | 447 | 125 | 53 |
| Binary | 10111010 | 10000 | 11001011 | 1000 | 1011100 | 0 | 10100 | 100100111 | 1010101 | 101011 |
Color Harmonies of #BA10CB
Complementary color
Monochromatic Colors of #BA10CB
Black with #BA10CB
Text Example
Text Example
White with #BA10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10CB; }
p { color: rgb(186,16,203); }
H1.HeaderClassName
{
color: #BA10CB;
}
.AnyTagClassName
{
color: #BA10CB;
}
</style>
background-color css
<style>
a { background-color: #BA10CB; }
a { background-color: rgb(186,16,203); }
div.DivClassName
{
background-color: #BA10CB;
}
.BgClassName
{
background-color: #BA10CB;
}
</style>
border-color css
<style>
span { border-color: #BA10CB; }
span { border-color: rgb(186,16,203); }
td.TdClassName
{
border-color: #BA10CB;
}
.TagClassName
{
border-color: #BA10CB;
}
</style>