Shades of Deep Magenta #BA15CB
Tints of Deep Magenta #BA15CB
RGB
CMYK
RGB Variations
Color information
#BA15CB (or 0xBA15CB) is known color: Deep Magenta. HEX triplet: BA, 15 and CB. RGB value is (186,21,203). Sum of RGB (Red+Green+Blue) = 186+21+203=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA15CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15CB is #45EA34. Grayscale: #5A5A5A. Windows color (decimal): -4581941 or 13309370. OLE color: 13309370.
HSL color Cylindrical-coordinate representation of color #BA15CB: hue angle of 294.4º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA15CB is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 21 | 203 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.20 |
| HSL | 294.4º | 0.81% | 0.44% | - |
| HSV(B) | 294.4º | 0.9% | 0.8% | - |
| XYZ | 31.3 | 15.29 | 57.8 | - |
| YUV | 91.08 | 191.16 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 203 | 0.08 | 0.90 | 0 | 0.20 | 294.4 | 0.81 | 0.44 |
| Hex | BA | 15 | CB | 8 | 5A | 0 | 14 | 126 | 51 | 2C |
| Octal | 272 | 25 | 313 | 10 | 132 | 0 | 24 | 446 | 121 | 54 |
| Binary | 10111010 | 10101 | 11001011 | 1000 | 1011010 | 0 | 10100 | 100100110 | 1010001 | 101100 |
Color Harmonies of #BA15CB
Complementary color
Monochromatic Colors of #BA15CB
Black with #BA15CB
Text Example
Text Example
White with #BA15CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15CB; }
p { color: rgb(186,21,203); }
H1.HeaderClassName
{
color: #BA15CB;
}
.AnyTagClassName
{
color: #BA15CB;
}
</style>
background-color css
<style>
a { background-color: #BA15CB; }
a { background-color: rgb(186,21,203); }
div.DivClassName
{
background-color: #BA15CB;
}
.BgClassName
{
background-color: #BA15CB;
}
</style>
border-color css
<style>
span { border-color: #BA15CB; }
span { border-color: rgb(186,21,203); }
td.TdClassName
{
border-color: #BA15CB;
}
.TagClassName
{
border-color: #BA15CB;
}
</style>