Shades of Deep Magenta #BA13BB
Tints of Deep Magenta #BA13BB
RGB
CMYK
RGB Variations
Color information
#BA13BB (or 0xBA13BB) is known color: Deep Magenta. HEX triplet: BA, 13 and BB. RGB value is (186,19,187). Sum of RGB (Red+Green+Blue) = 186+19+187=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA13BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13BB is #45EC44. Grayscale: #575757. Windows color (decimal): -4582469 or 12260282. OLE color: 12260282.
HSL color Cylindrical-coordinate representation of color #BA13BB: hue angle of 299.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA13BB is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 187 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.27 |
| HSL | 299.64º | 0.82% | 0.4% | - |
| HSV(B) | 299.64º | 0.9% | 0.73% | - |
| XYZ | 29.45 | 14.49 | 48.26 | - |
| YUV | 88.09 | 183.83 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 187 | 0.01 | 0.90 | 0 | 0.27 | 299.64 | 0.82 | 0.4 |
| Hex | BA | 13 | BB | 1 | 5A | 0 | 1B | 12C | 52 | 28 |
| Octal | 272 | 23 | 273 | 1 | 132 | 0 | 33 | 454 | 122 | 50 |
| Binary | 10111010 | 10011 | 10111011 | 1 | 1011010 | 0 | 11011 | 100101100 | 1010010 | 101000 |
Color Harmonies of #BA13BB
Complementary color
Monochromatic Colors of #BA13BB
Black with #BA13BB
Text Example
Text Example
White with #BA13BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13BB; }
p { color: rgb(186,19,187); }
H1.HeaderClassName
{
color: #BA13BB;
}
.AnyTagClassName
{
color: #BA13BB;
}
</style>
background-color css
<style>
a { background-color: #BA13BB; }
a { background-color: rgb(186,19,187); }
div.DivClassName
{
background-color: #BA13BB;
}
.BgClassName
{
background-color: #BA13BB;
}
</style>
border-color css
<style>
span { border-color: #BA13BB; }
span { border-color: rgb(186,19,187); }
td.TdClassName
{
border-color: #BA13BB;
}
.TagClassName
{
border-color: #BA13BB;
}
</style>