Shades of Deep Magenta #BA15CF
Tints of Deep Magenta #BA15CF
RGB
CMYK
RGB Variations
Color information
#BA15CF (or 0xBA15CF) is known color: Deep Magenta. HEX triplet: BA, 15 and CF. RGB value is (186,21,207). Sum of RGB (Red+Green+Blue) = 186+21+207=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA15CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15CF is #45EA30. Grayscale: #5A5A5A. Windows color (decimal): -4581937 or 13571514. OLE color: 13571514.
HSL color Cylindrical-coordinate representation of color #BA15CF: hue angle of 293.23º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA15CF is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 21 | 207 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.19 |
| HSL | 293.23º | 0.82% | 0.45% | - |
| HSV(B) | 293.23º | 0.9% | 0.81% | - |
| XYZ | 31.78 | 15.48 | 60.34 | - |
| YUV | 91.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 207 | 0.10 | 0.90 | 0 | 0.19 | 293.23 | 0.82 | 0.45 |
| Hex | BA | 15 | CF | A | 5A | 0 | 13 | 125 | 52 | 2D |
| Octal | 272 | 25 | 317 | 12 | 132 | 0 | 23 | 445 | 122 | 55 |
| Binary | 10111010 | 10101 | 11001111 | 1010 | 1011010 | 0 | 10011 | 100100101 | 1010010 | 101101 |
Color Harmonies of #BA15CF
Complementary color
Monochromatic Colors of #BA15CF
Black with #BA15CF
Text Example
Text Example
White with #BA15CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15CF; }
p { color: rgb(186,21,207); }
H1.HeaderClassName
{
color: #BA15CF;
}
.AnyTagClassName
{
color: #BA15CF;
}
</style>
background-color css
<style>
a { background-color: #BA15CF; }
a { background-color: rgb(186,21,207); }
div.DivClassName
{
background-color: #BA15CF;
}
.BgClassName
{
background-color: #BA15CF;
}
</style>
border-color css
<style>
span { border-color: #BA15CF; }
span { border-color: rgb(186,21,207); }
td.TdClassName
{
border-color: #BA15CF;
}
.TagClassName
{
border-color: #BA15CF;
}
</style>