Shades of Deep Magenta #BA0DCF
Tints of Deep Magenta #BA0DCF
RGB
CMYK
RGB Variations
Color information
#BA0DCF (or 0xBA0DCF) is known color: Deep Magenta. HEX triplet: BA, 0D and CF. RGB value is (186,13,207). Sum of RGB (Red+Green+Blue) = 186+13+207=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA0DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DCF is #45F230. Grayscale: #565656. Windows color (decimal): -4583985 or 13569466. OLE color: 13569466.
HSL color Cylindrical-coordinate representation of color #BA0DCF: hue angle of 293.51º 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 #BA0DCF is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 13 | 207 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.19 |
| HSL | 293.51º | 0.88% | 0.43% | - |
| HSV(B) | 293.51º | 0.94% | 0.81% | - |
| XYZ | 31.66 | 15.23 | 60.3 | - |
| YUV | 86.84 | 195.81 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 207 | 0.10 | 0.94 | 0 | 0.19 | 293.51 | 0.88 | 0.43 |
| Hex | BA | D | CF | A | 5E | 0 | 13 | 126 | 58 | 2B |
| Octal | 272 | 15 | 317 | 12 | 136 | 0 | 23 | 446 | 130 | 53 |
| Binary | 10111010 | 1101 | 11001111 | 1010 | 1011110 | 0 | 10011 | 100100110 | 1011000 | 101011 |
Color Harmonies of #BA0DCF
Complementary color
Monochromatic Colors of #BA0DCF
Black with #BA0DCF
Text Example
Text Example
White with #BA0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DCF; }
p { color: rgb(186,13,207); }
H1.HeaderClassName
{
color: #BA0DCF;
}
.AnyTagClassName
{
color: #BA0DCF;
}
</style>
background-color css
<style>
a { background-color: #BA0DCF; }
a { background-color: rgb(186,13,207); }
div.DivClassName
{
background-color: #BA0DCF;
}
.BgClassName
{
background-color: #BA0DCF;
}
</style>
border-color css
<style>
span { border-color: #BA0DCF; }
span { border-color: rgb(186,13,207); }
td.TdClassName
{
border-color: #BA0DCF;
}
.TagClassName
{
border-color: #BA0DCF;
}
</style>