Shades of Deep Magenta #BA0ACF
Tints of Deep Magenta #BA0ACF
RGB
CMYK
RGB Variations
Color information
#BA0ACF (or 0xBA0ACF) is known color: Deep Magenta. HEX triplet: BA, 0A and CF. RGB value is (186,10,207). Sum of RGB (Red+Green+Blue) = 186+10+207=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA0ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ACF is #45F530. Grayscale: #545454. Windows color (decimal): -4584753 or 13568698. OLE color: 13568698.
HSL color Cylindrical-coordinate representation of color #BA0ACF: hue angle of 293.6º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0ACF is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 10 | 207 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.19 |
| HSL | 293.6º | 0.91% | 0.43% | - |
| HSV(B) | 293.6º | 0.95% | 0.81% | - |
| XYZ | 31.62 | 15.16 | 60.29 | - |
| YUV | 85.08 | 196.81 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 207 | 0.10 | 0.95 | 0 | 0.19 | 293.6 | 0.91 | 0.43 |
| Hex | BA | A | CF | A | 5F | 0 | 13 | 126 | 5B | 2B |
| Octal | 272 | 12 | 317 | 12 | 137 | 0 | 23 | 446 | 133 | 53 |
| Binary | 10111010 | 1010 | 11001111 | 1010 | 1011111 | 0 | 10011 | 100100110 | 1011011 | 101011 |
Color Harmonies of #BA0ACF
Complementary color
Monochromatic Colors of #BA0ACF
Black with #BA0ACF
Text Example
Text Example
White with #BA0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0ACF; }
p { color: rgb(186,10,207); }
H1.HeaderClassName
{
color: #BA0ACF;
}
.AnyTagClassName
{
color: #BA0ACF;
}
</style>
background-color css
<style>
a { background-color: #BA0ACF; }
a { background-color: rgb(186,10,207); }
div.DivClassName
{
background-color: #BA0ACF;
}
.BgClassName
{
background-color: #BA0ACF;
}
</style>
border-color css
<style>
span { border-color: #BA0ACF; }
span { border-color: rgb(186,10,207); }
td.TdClassName
{
border-color: #BA0ACF;
}
.TagClassName
{
border-color: #BA0ACF;
}
</style>