Shades of Deep Magenta #BA13BC
Tints of Deep Magenta #BA13BC
RGB
CMYK
RGB Variations
Color information
#BA13BC (or 0xBA13BC) is known color: Deep Magenta. HEX triplet: BA, 13 and BC. RGB value is (186,19,188). Sum of RGB (Red+Green+Blue) = 186+19+188=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA13BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13BC is #45EC43. Grayscale: #575757. Windows color (decimal): -4582468 or 12325818. OLE color: 12325818.
HSL color Cylindrical-coordinate representation of color #BA13BC: hue angle of 299.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA13BC is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 19 | 188 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.26 |
| HSL | 299.29º | 0.82% | 0.41% | - |
| HSV(B) | 299.29º | 0.9% | 0.74% | - |
| XYZ | 29.56 | 14.54 | 48.82 | - |
| YUV | 88.2 | 184.33 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 188 | 0.01 | 0.90 | 0 | 0.26 | 299.29 | 0.82 | 0.41 |
| Hex | BA | 13 | BC | 1 | 5A | 0 | 1A | 12B | 52 | 29 |
| Octal | 272 | 23 | 274 | 1 | 132 | 0 | 32 | 453 | 122 | 51 |
| Binary | 10111010 | 10011 | 10111100 | 1 | 1011010 | 0 | 11010 | 100101011 | 1010010 | 101001 |
Color Harmonies of #BA13BC
Complementary color
Monochromatic Colors of #BA13BC
Black with #BA13BC
Text Example
Text Example
White with #BA13BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13BC; }
p { color: rgb(186,19,188); }
H1.HeaderClassName
{
color: #BA13BC;
}
.AnyTagClassName
{
color: #BA13BC;
}
</style>
background-color css
<style>
a { background-color: #BA13BC; }
a { background-color: rgb(186,19,188); }
div.DivClassName
{
background-color: #BA13BC;
}
.BgClassName
{
background-color: #BA13BC;
}
</style>
border-color css
<style>
span { border-color: #BA13BC; }
span { border-color: rgb(186,19,188); }
td.TdClassName
{
border-color: #BA13BC;
}
.TagClassName
{
border-color: #BA13BC;
}
</style>