Shades of Deep Magenta #BA15CC
Tints of Deep Magenta #BA15CC
RGB
CMYK
RGB Variations
Color information
#BA15CC (or 0xBA15CC) is known color: Deep Magenta. HEX triplet: BA, 15 and CC. RGB value is (186,21,204). Sum of RGB (Red+Green+Blue) = 186+21+204=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA15CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15CC is #45EA33. Grayscale: #5A5A5A. Windows color (decimal): -4581940 or 13374906. OLE color: 13374906.
HSL color Cylindrical-coordinate representation of color #BA15CC: hue angle of 294.1º 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 #BA15CC is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 21 | 204 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.2 |
| HSL | 294.1º | 0.81% | 0.44% | - |
| HSV(B) | 294.1º | 0.9% | 0.8% | - |
| XYZ | 31.42 | 15.34 | 58.43 | - |
| YUV | 91.2 | 191.66 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 204 | 0.09 | 0.90 | 0 | 0.2 | 294.1 | 0.81 | 0.44 |
| Hex | BA | 15 | CC | 9 | 5A | 0 | 14 | 126 | 51 | 2C |
| Octal | 272 | 25 | 314 | 11 | 132 | 0 | 24 | 446 | 121 | 54 |
| Binary | 10111010 | 10101 | 11001100 | 1001 | 1011010 | 0 | 10100 | 100100110 | 1010001 | 101100 |
Color Harmonies of #BA15CC
Complementary color
Monochromatic Colors of #BA15CC
Black with #BA15CC
Text Example
Text Example
White with #BA15CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15CC; }
p { color: rgb(186,21,204); }
H1.HeaderClassName
{
color: #BA15CC;
}
.AnyTagClassName
{
color: #BA15CC;
}
</style>
background-color css
<style>
a { background-color: #BA15CC; }
a { background-color: rgb(186,21,204); }
div.DivClassName
{
background-color: #BA15CC;
}
.BgClassName
{
background-color: #BA15CC;
}
</style>
border-color css
<style>
span { border-color: #BA15CC; }
span { border-color: rgb(186,21,204); }
td.TdClassName
{
border-color: #BA15CC;
}
.TagClassName
{
border-color: #BA15CC;
}
</style>