Shades of Deep Magenta #BA17DC
Tints of Deep Magenta #BA17DC
RGB
CMYK
RGB Variations
Color information
#BA17DC (or 0xBA17DC) is known color: Deep Magenta. HEX triplet: BA, 17 and DC. RGB value is (186,23,220). Sum of RGB (Red+Green+Blue) = 186+23+220=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA17DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17DC is #45E823. Grayscale: #5D5D5D. Windows color (decimal): -4581412 or 14423994. OLE color: 14423994.
HSL color Cylindrical-coordinate representation of color #BA17DC: hue angle of 289.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA17DC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 23 | 220 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.14 |
| HSL | 289.64º | 0.81% | 0.48% | - |
| HSV(B) | 289.64º | 0.9% | 0.86% | - |
| XYZ | 33.47 | 16.22 | 69.08 | - |
| YUV | 94.2 | 199 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 220 | 0.15 | 0.90 | 0 | 0.14 | 289.64 | 0.81 | 0.48 |
| Hex | BA | 17 | DC | F | 5A | 0 | E | 122 | 51 | 30 |
| Octal | 272 | 27 | 334 | 17 | 132 | 0 | 16 | 442 | 121 | 60 |
| Binary | 10111010 | 10111 | 11011100 | 1111 | 1011010 | 0 | 1110 | 100100010 | 1010001 | 110000 |
Color Harmonies of #BA17DC
Complementary color
Monochromatic Colors of #BA17DC
Black with #BA17DC
Text Example
Text Example
White with #BA17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17DC; }
p { color: rgb(186,23,220); }
H1.HeaderClassName
{
color: #BA17DC;
}
.AnyTagClassName
{
color: #BA17DC;
}
</style>
background-color css
<style>
a { background-color: #BA17DC; }
a { background-color: rgb(186,23,220); }
div.DivClassName
{
background-color: #BA17DC;
}
.BgClassName
{
background-color: #BA17DC;
}
</style>
border-color css
<style>
span { border-color: #BA17DC; }
span { border-color: rgb(186,23,220); }
td.TdClassName
{
border-color: #BA17DC;
}
.TagClassName
{
border-color: #BA17DC;
}
</style>