Shades of Deep Magenta #BA0CCF
Tints of Deep Magenta #BA0CCF
RGB
CMYK
RGB Variations
Color information
#BA0CCF (or 0xBA0CCF) is known color: Deep Magenta. HEX triplet: BA, 0C and CF. RGB value is (186,12,207). Sum of RGB (Red+Green+Blue) = 186+12+207=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA0CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CCF is #45F330. Grayscale: #555555. Windows color (decimal): -4584241 or 13569210. OLE color: 13569210.
HSL color Cylindrical-coordinate representation of color #BA0CCF: hue angle of 293.54º degrees, saturation: 0.89, 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 #BA0CCF is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 12 | 207 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.19 |
| HSL | 293.54º | 0.89% | 0.43% | - |
| HSV(B) | 293.54º | 0.94% | 0.81% | - |
| XYZ | 31.64 | 15.21 | 60.3 | - |
| YUV | 86.26 | 196.15 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 207 | 0.10 | 0.94 | 0 | 0.19 | 293.54 | 0.89 | 0.43 |
| Hex | BA | C | CF | A | 5E | 0 | 13 | 126 | 59 | 2B |
| Octal | 272 | 14 | 317 | 12 | 136 | 0 | 23 | 446 | 131 | 53 |
| Binary | 10111010 | 1100 | 11001111 | 1010 | 1011110 | 0 | 10011 | 100100110 | 1011001 | 101011 |
Color Harmonies of #BA0CCF
Complementary color
Monochromatic Colors of #BA0CCF
Black with #BA0CCF
Text Example
Text Example
White with #BA0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CCF; }
p { color: rgb(186,12,207); }
H1.HeaderClassName
{
color: #BA0CCF;
}
.AnyTagClassName
{
color: #BA0CCF;
}
</style>
background-color css
<style>
a { background-color: #BA0CCF; }
a { background-color: rgb(186,12,207); }
div.DivClassName
{
background-color: #BA0CCF;
}
.BgClassName
{
background-color: #BA0CCF;
}
</style>
border-color css
<style>
span { border-color: #BA0CCF; }
span { border-color: rgb(186,12,207); }
td.TdClassName
{
border-color: #BA0CCF;
}
.TagClassName
{
border-color: #BA0CCF;
}
</style>