Shades of Deep Magenta #BA15B5
Tints of Deep Magenta #BA15B5
RGB
CMYK
RGB Variations
Color information
#BA15B5 (or 0xBA15B5) is known color: Deep Magenta. HEX triplet: BA, 15 and B5. RGB value is (186,21,181). Sum of RGB (Red+Green+Blue) = 186+21+181=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA15B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15B5 is #45EA4A. Grayscale: #585858. Windows color (decimal): -4581963 or 11867578. OLE color: 11867578.
HSL color Cylindrical-coordinate representation of color #BA15B5: hue angle of 301.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA15B5 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 181 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.27 |
| HSL | 301.82º | 0.8% | 0.41% | - |
| HSV(B) | 301.82º | 0.89% | 0.73% | - |
| XYZ | 28.86 | 14.31 | 44.96 | - |
| YUV | 88.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 181 | 0 | 0.89 | 0.03 | 0.27 | 301.82 | 0.8 | 0.41 |
| Hex | BA | 15 | B5 | 0 | 59 | 3 | 1B | 12E | 50 | 29 |
| Octal | 272 | 25 | 265 | 0 | 131 | 3 | 33 | 456 | 120 | 51 |
| Binary | 10111010 | 10101 | 10110101 | 0 | 1011001 | 11 | 11011 | 100101110 | 1010000 | 101001 |
Color Harmonies of #BA15B5
Complementary color
Monochromatic Colors of #BA15B5
Black with #BA15B5
Text Example
Text Example
White with #BA15B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15B5; }
p { color: rgb(186,21,181); }
H1.HeaderClassName
{
color: #BA15B5;
}
.AnyTagClassName
{
color: #BA15B5;
}
</style>
background-color css
<style>
a { background-color: #BA15B5; }
a { background-color: rgb(186,21,181); }
div.DivClassName
{
background-color: #BA15B5;
}
.BgClassName
{
background-color: #BA15B5;
}
</style>
border-color css
<style>
span { border-color: #BA15B5; }
span { border-color: rgb(186,21,181); }
td.TdClassName
{
border-color: #BA15B5;
}
.TagClassName
{
border-color: #BA15B5;
}
</style>