Shades of Deep Magenta #BA15CD
Tints of Deep Magenta #BA15CD
RGB
CMYK
RGB Variations
Color information
#BA15CD (or 0xBA15CD) is known color: Deep Magenta. HEX triplet: BA, 15 and CD. RGB value is (186,21,205). Sum of RGB (Red+Green+Blue) = 186+21+205=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA15CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15CD is #45EA32. Grayscale: #5A5A5A. Windows color (decimal): -4581939 or 13440442. OLE color: 13440442.
HSL color Cylindrical-coordinate representation of color #BA15CD: hue angle of 293.8º 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 #BA15CD is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 21 | 205 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.20 |
| HSL | 293.8º | 0.81% | 0.44% | - |
| HSV(B) | 293.8º | 0.9% | 0.8% | - |
| XYZ | 31.54 | 15.38 | 59.06 | - |
| YUV | 91.31 | 192.16 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 205 | 0.09 | 0.90 | 0 | 0.20 | 293.8 | 0.81 | 0.44 |
| Hex | BA | 15 | CD | 9 | 5A | 0 | 14 | 126 | 51 | 2C |
| Octal | 272 | 25 | 315 | 11 | 132 | 0 | 24 | 446 | 121 | 54 |
| Binary | 10111010 | 10101 | 11001101 | 1001 | 1011010 | 0 | 10100 | 100100110 | 1010001 | 101100 |
Color Harmonies of #BA15CD
Complementary color
Monochromatic Colors of #BA15CD
Black with #BA15CD
Text Example
Text Example
White with #BA15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15CD; }
p { color: rgb(186,21,205); }
H1.HeaderClassName
{
color: #BA15CD;
}
.AnyTagClassName
{
color: #BA15CD;
}
</style>
background-color css
<style>
a { background-color: #BA15CD; }
a { background-color: rgb(186,21,205); }
div.DivClassName
{
background-color: #BA15CD;
}
.BgClassName
{
background-color: #BA15CD;
}
</style>
border-color css
<style>
span { border-color: #BA15CD; }
span { border-color: rgb(186,21,205); }
td.TdClassName
{
border-color: #BA15CD;
}
.TagClassName
{
border-color: #BA15CD;
}
</style>