Shades of Deep Magenta #BA0DCE
Tints of Deep Magenta #BA0DCE
RGB
CMYK
RGB Variations
Color information
#BA0DCE (or 0xBA0DCE) is known color: Deep Magenta. HEX triplet: BA, 0D and CE. RGB value is (186,13,206). Sum of RGB (Red+Green+Blue) = 186+13+206=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA0DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DCE is #45F231. Grayscale: #565656. Windows color (decimal): -4583986 or 13503930. OLE color: 13503930.
HSL color Cylindrical-coordinate representation of color #BA0DCE: hue angle of 293.78º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0DCE is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 13 | 206 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.19 |
| HSL | 293.78º | 0.88% | 0.43% | - |
| HSV(B) | 293.78º | 0.94% | 0.81% | - |
| XYZ | 31.53 | 15.18 | 59.66 | - |
| YUV | 86.73 | 195.31 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 206 | 0.10 | 0.94 | 0 | 0.19 | 293.78 | 0.88 | 0.43 |
| Hex | BA | D | CE | A | 5E | 0 | 13 | 126 | 58 | 2B |
| Octal | 272 | 15 | 316 | 12 | 136 | 0 | 23 | 446 | 130 | 53 |
| Binary | 10111010 | 1101 | 11001110 | 1010 | 1011110 | 0 | 10011 | 100100110 | 1011000 | 101011 |
Color Harmonies of #BA0DCE
Complementary color
Monochromatic Colors of #BA0DCE
Black with #BA0DCE
Text Example
Text Example
White with #BA0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DCE; }
p { color: rgb(186,13,206); }
H1.HeaderClassName
{
color: #BA0DCE;
}
.AnyTagClassName
{
color: #BA0DCE;
}
</style>
background-color css
<style>
a { background-color: #BA0DCE; }
a { background-color: rgb(186,13,206); }
div.DivClassName
{
background-color: #BA0DCE;
}
.BgClassName
{
background-color: #BA0DCE;
}
</style>
border-color css
<style>
span { border-color: #BA0DCE; }
span { border-color: rgb(186,13,206); }
td.TdClassName
{
border-color: #BA0DCE;
}
.TagClassName
{
border-color: #BA0DCE;
}
</style>