Shades of Deep Magenta #BA18BF
Tints of Deep Magenta #BA18BF
RGB
CMYK
RGB Variations
Color information
#BA18BF (or 0xBA18BF) is known color: Deep Magenta. HEX triplet: BA, 18 and BF. RGB value is (186,24,191). Sum of RGB (Red+Green+Blue) = 186+24+191=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA18BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18BF is #45E740. Grayscale: #5A5A5A. Windows color (decimal): -4581185 or 12523706. OLE color: 12523706.
HSL color Cylindrical-coordinate representation of color #BA18BF: hue angle of 298.2º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA18BF is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 24 | 191 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.25 |
| HSL | 298.2º | 0.78% | 0.42% | - |
| HSV(B) | 298.2º | 0.87% | 0.75% | - |
| XYZ | 29.98 | 14.85 | 50.58 | - |
| YUV | 91.48 | 184.17 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 191 | 0.03 | 0.87 | 0 | 0.25 | 298.2 | 0.78 | 0.42 |
| Hex | BA | 18 | BF | 3 | 57 | 0 | 19 | 12A | 4E | 2A |
| Octal | 272 | 30 | 277 | 3 | 127 | 0 | 31 | 452 | 116 | 52 |
| Binary | 10111010 | 11000 | 10111111 | 11 | 1010111 | 0 | 11001 | 100101010 | 1001110 | 101010 |
Color Harmonies of #BA18BF
Complementary color
Monochromatic Colors of #BA18BF
Black with #BA18BF
Text Example
Text Example
White with #BA18BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18BF; }
p { color: rgb(186,24,191); }
H1.HeaderClassName
{
color: #BA18BF;
}
.AnyTagClassName
{
color: #BA18BF;
}
</style>
background-color css
<style>
a { background-color: #BA18BF; }
a { background-color: rgb(186,24,191); }
div.DivClassName
{
background-color: #BA18BF;
}
.BgClassName
{
background-color: #BA18BF;
}
</style>
border-color css
<style>
span { border-color: #BA18BF; }
span { border-color: rgb(186,24,191); }
td.TdClassName
{
border-color: #BA18BF;
}
.TagClassName
{
border-color: #BA18BF;
}
</style>