Shades of Deep Magenta #BA18DA
Tints of Deep Magenta #BA18DA
RGB
CMYK
RGB Variations
Color information
#BA18DA (or 0xBA18DA) is known color: Deep Magenta. HEX triplet: BA, 18 and DA. RGB value is (186,24,218). Sum of RGB (Red+Green+Blue) = 186+24+218=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA18DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18DA is #45E725. Grayscale: #5D5D5D. Windows color (decimal): -4581158 or 14293178. OLE color: 14293178.
HSL color Cylindrical-coordinate representation of color #BA18DA: hue angle of 290.1º degrees, saturation: 0.8, 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 #BA18DA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 24 | 218 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.15 |
| HSL | 290.1º | 0.8% | 0.47% | - |
| HSV(B) | 290.1º | 0.89% | 0.85% | - |
| XYZ | 33.23 | 16.15 | 67.7 | - |
| YUV | 94.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 218 | 0.15 | 0.89 | 0 | 0.15 | 290.1 | 0.8 | 0.47 |
| Hex | BA | 18 | DA | F | 59 | 0 | F | 122 | 50 | 2F |
| Octal | 272 | 30 | 332 | 17 | 131 | 0 | 17 | 442 | 120 | 57 |
| Binary | 10111010 | 11000 | 11011010 | 1111 | 1011001 | 0 | 1111 | 100100010 | 1010000 | 101111 |
Color Harmonies of #BA18DA
Complementary color
Monochromatic Colors of #BA18DA
Black with #BA18DA
Text Example
Text Example
White with #BA18DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18DA; }
p { color: rgb(186,24,218); }
H1.HeaderClassName
{
color: #BA18DA;
}
.AnyTagClassName
{
color: #BA18DA;
}
</style>
background-color css
<style>
a { background-color: #BA18DA; }
a { background-color: rgb(186,24,218); }
div.DivClassName
{
background-color: #BA18DA;
}
.BgClassName
{
background-color: #BA18DA;
}
</style>
border-color css
<style>
span { border-color: #BA18DA; }
span { border-color: rgb(186,24,218); }
td.TdClassName
{
border-color: #BA18DA;
}
.TagClassName
{
border-color: #BA18DA;
}
</style>