Shades of Deep Magenta #BA17C1
Tints of Deep Magenta #BA17C1
RGB
CMYK
RGB Variations
Color information
#BA17C1 (or 0xBA17C1) is known color: Deep Magenta. HEX triplet: BA, 17 and C1. RGB value is (186,23,193). Sum of RGB (Red+Green+Blue) = 186+23+193=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA17C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17C1 is #45E83E. Grayscale: #5A5A5A. Windows color (decimal): -4581439 or 12654522. OLE color: 12654522.
HSL color Cylindrical-coordinate representation of color #BA17C1: hue angle of 297.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA17C1 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 23 | 193 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.24 |
| HSL | 297.53º | 0.79% | 0.42% | - |
| HSV(B) | 297.53º | 0.88% | 0.76% | - |
| XYZ | 30.18 | 14.9 | 51.74 | - |
| YUV | 91.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 193 | 0.04 | 0.88 | 0 | 0.24 | 297.53 | 0.79 | 0.42 |
| Hex | BA | 17 | C1 | 4 | 58 | 0 | 18 | 12A | 4F | 2A |
| Octal | 272 | 27 | 301 | 4 | 130 | 0 | 30 | 452 | 117 | 52 |
| Binary | 10111010 | 10111 | 11000001 | 100 | 1011000 | 0 | 11000 | 100101010 | 1001111 | 101010 |
Color Harmonies of #BA17C1
Complementary color
Monochromatic Colors of #BA17C1
Black with #BA17C1
Text Example
Text Example
White with #BA17C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17C1; }
p { color: rgb(186,23,193); }
H1.HeaderClassName
{
color: #BA17C1;
}
.AnyTagClassName
{
color: #BA17C1;
}
</style>
background-color css
<style>
a { background-color: #BA17C1; }
a { background-color: rgb(186,23,193); }
div.DivClassName
{
background-color: #BA17C1;
}
.BgClassName
{
background-color: #BA17C1;
}
</style>
border-color css
<style>
span { border-color: #BA17C1; }
span { border-color: rgb(186,23,193); }
td.TdClassName
{
border-color: #BA17C1;
}
.TagClassName
{
border-color: #BA17C1;
}
</style>