Shades of Deep Magenta #BA18C9
Tints of Deep Magenta #BA18C9
RGB
CMYK
RGB Variations
Color information
#BA18C9 (or 0xBA18C9) is known color: Deep Magenta. HEX triplet: BA, 18 and C9. RGB value is (186,24,201). Sum of RGB (Red+Green+Blue) = 186+24+201=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA18C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18C9 is #45E736. Grayscale: #5C5C5C. Windows color (decimal): -4581175 or 13179066. OLE color: 13179066.
HSL color Cylindrical-coordinate representation of color #BA18C9: hue angle of 294.92º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA18C9 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 24 | 201 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.21 |
| HSL | 294.92º | 0.79% | 0.44% | - |
| HSV(B) | 294.92º | 0.88% | 0.79% | - |
| XYZ | 31.12 | 15.31 | 56.57 | - |
| YUV | 92.62 | 189.17 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 201 | 0.07 | 0.88 | 0 | 0.21 | 294.92 | 0.79 | 0.44 |
| Hex | BA | 18 | C9 | 7 | 58 | 0 | 15 | 127 | 4F | 2C |
| Octal | 272 | 30 | 311 | 7 | 130 | 0 | 25 | 447 | 117 | 54 |
| Binary | 10111010 | 11000 | 11001001 | 111 | 1011000 | 0 | 10101 | 100100111 | 1001111 | 101100 |
Color Harmonies of #BA18C9
Complementary color
Monochromatic Colors of #BA18C9
Black with #BA18C9
Text Example
Text Example
White with #BA18C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18C9; }
p { color: rgb(186,24,201); }
H1.HeaderClassName
{
color: #BA18C9;
}
.AnyTagClassName
{
color: #BA18C9;
}
</style>
background-color css
<style>
a { background-color: #BA18C9; }
a { background-color: rgb(186,24,201); }
div.DivClassName
{
background-color: #BA18C9;
}
.BgClassName
{
background-color: #BA18C9;
}
</style>
border-color css
<style>
span { border-color: #BA18C9; }
span { border-color: rgb(186,24,201); }
td.TdClassName
{
border-color: #BA18C9;
}
.TagClassName
{
border-color: #BA18C9;
}
</style>