Shades of Deep Magenta #BA13CE
Tints of Deep Magenta #BA13CE
RGB
CMYK
RGB Variations
Color information
#BA13CE (or 0xBA13CE) is known color: Deep Magenta. HEX triplet: BA, 13 and CE. RGB value is (186,19,206). Sum of RGB (Red+Green+Blue) = 186+19+206=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA13CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13CE is #45EC31. Grayscale: #595959. Windows color (decimal): -4582450 or 13505466. OLE color: 13505466.
HSL color Cylindrical-coordinate representation of color #BA13CE: hue angle of 293.58º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA13CE is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 19 | 206 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.19 |
| HSL | 293.58º | 0.83% | 0.44% | - |
| HSV(B) | 293.58º | 0.91% | 0.81% | - |
| XYZ | 31.62 | 15.36 | 59.69 | - |
| YUV | 90.25 | 193.33 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 206 | 0.10 | 0.91 | 0 | 0.19 | 293.58 | 0.83 | 0.44 |
| Hex | BA | 13 | CE | A | 5B | 0 | 13 | 126 | 53 | 2C |
| Octal | 272 | 23 | 316 | 12 | 133 | 0 | 23 | 446 | 123 | 54 |
| Binary | 10111010 | 10011 | 11001110 | 1010 | 1011011 | 0 | 10011 | 100100110 | 1010011 | 101100 |
Color Harmonies of #BA13CE
Complementary color
Monochromatic Colors of #BA13CE
Black with #BA13CE
Text Example
Text Example
White with #BA13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13CE; }
p { color: rgb(186,19,206); }
H1.HeaderClassName
{
color: #BA13CE;
}
.AnyTagClassName
{
color: #BA13CE;
}
</style>
background-color css
<style>
a { background-color: #BA13CE; }
a { background-color: rgb(186,19,206); }
div.DivClassName
{
background-color: #BA13CE;
}
.BgClassName
{
background-color: #BA13CE;
}
</style>
border-color css
<style>
span { border-color: #BA13CE; }
span { border-color: rgb(186,19,206); }
td.TdClassName
{
border-color: #BA13CE;
}
.TagClassName
{
border-color: #BA13CE;
}
</style>