Shades of Deep Magenta #BA18BE
Tints of Deep Magenta #BA18BE
RGB
CMYK
RGB Variations
Color information
#BA18BE (or 0xBA18BE) is known color: Deep Magenta. HEX triplet: BA, 18 and BE. RGB value is (186,24,190). Sum of RGB (Red+Green+Blue) = 186+24+190=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA18BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18BE is #45E741. Grayscale: #5A5A5A. Windows color (decimal): -4581186 or 12458170. OLE color: 12458170.
HSL color Cylindrical-coordinate representation of color #BA18BE: hue angle of 298.55º 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 #BA18BE is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 24 | 190 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.25 |
| HSL | 298.55º | 0.78% | 0.42% | - |
| HSV(B) | 298.55º | 0.87% | 0.75% | - |
| XYZ | 29.87 | 14.81 | 50 | - |
| YUV | 91.36 | 183.67 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 190 | 0.02 | 0.87 | 0 | 0.25 | 298.55 | 0.78 | 0.42 |
| Hex | BA | 18 | BE | 2 | 57 | 0 | 19 | 12B | 4E | 2A |
| Octal | 272 | 30 | 276 | 2 | 127 | 0 | 31 | 453 | 116 | 52 |
| Binary | 10111010 | 11000 | 10111110 | 10 | 1010111 | 0 | 11001 | 100101011 | 1001110 | 101010 |
Color Harmonies of #BA18BE
Complementary color
Monochromatic Colors of #BA18BE
Black with #BA18BE
Text Example
Text Example
White with #BA18BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18BE; }
p { color: rgb(186,24,190); }
H1.HeaderClassName
{
color: #BA18BE;
}
.AnyTagClassName
{
color: #BA18BE;
}
</style>
background-color css
<style>
a { background-color: #BA18BE; }
a { background-color: rgb(186,24,190); }
div.DivClassName
{
background-color: #BA18BE;
}
.BgClassName
{
background-color: #BA18BE;
}
</style>
border-color css
<style>
span { border-color: #BA18BE; }
span { border-color: rgb(186,24,190); }
td.TdClassName
{
border-color: #BA18BE;
}
.TagClassName
{
border-color: #BA18BE;
}
</style>