Shades of Deep Magenta #BA17DA
Tints of Deep Magenta #BA17DA
RGB
CMYK
RGB Variations
Color information
#BA17DA (or 0xBA17DA) is known color: Deep Magenta. HEX triplet: BA, 17 and DA. RGB value is (186,23,218). Sum of RGB (Red+Green+Blue) = 186+23+218=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17DA is #45E825. Grayscale: #5D5D5D. Windows color (decimal): -4581414 or 14292922. OLE color: 14292922.
HSL color Cylindrical-coordinate representation of color #BA17DA: hue angle of 290.15º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA17DA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 23 | 218 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.15 |
| HSL | 290.15º | 0.81% | 0.47% | - |
| HSV(B) | 290.15º | 0.89% | 0.85% | - |
| XYZ | 33.21 | 16.11 | 67.69 | - |
| YUV | 93.97 | 198 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 218 | 0.15 | 0.89 | 0 | 0.15 | 290.15 | 0.81 | 0.47 |
| Hex | BA | 17 | DA | F | 59 | 0 | F | 122 | 51 | 2F |
| Octal | 272 | 27 | 332 | 17 | 131 | 0 | 17 | 442 | 121 | 57 |
| Binary | 10111010 | 10111 | 11011010 | 1111 | 1011001 | 0 | 1111 | 100100010 | 1010001 | 101111 |
Color Harmonies of #BA17DA
Complementary color
Monochromatic Colors of #BA17DA
Black with #BA17DA
Text Example
Text Example
White with #BA17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17DA; }
p { color: rgb(186,23,218); }
H1.HeaderClassName
{
color: #BA17DA;
}
.AnyTagClassName
{
color: #BA17DA;
}
</style>
background-color css
<style>
a { background-color: #BA17DA; }
a { background-color: rgb(186,23,218); }
div.DivClassName
{
background-color: #BA17DA;
}
.BgClassName
{
background-color: #BA17DA;
}
</style>
border-color css
<style>
span { border-color: #BA17DA; }
span { border-color: rgb(186,23,218); }
td.TdClassName
{
border-color: #BA17DA;
}
.TagClassName
{
border-color: #BA17DA;
}
</style>