Shades of Deep Magenta #BA0BCF
Tints of Deep Magenta #BA0BCF
RGB
CMYK
RGB Variations
Color information
#BA0BCF (or 0xBA0BCF) is known color: Deep Magenta. HEX triplet: BA, 0B and CF. RGB value is (186,11,207). Sum of RGB (Red+Green+Blue) = 186+11+207=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA0BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BCF is #45F430. Grayscale: #555555. Windows color (decimal): -4584497 or 13568954. OLE color: 13568954.
HSL color Cylindrical-coordinate representation of color #BA0BCF: hue angle of 293.57º degrees, saturation: 0.9, 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 #BA0BCF is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 11 | 207 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.19 |
| HSL | 293.57º | 0.9% | 0.43% | - |
| HSV(B) | 293.57º | 0.95% | 0.81% | - |
| XYZ | 31.63 | 15.18 | 60.3 | - |
| YUV | 85.67 | 196.48 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 207 | 0.10 | 0.95 | 0 | 0.19 | 293.57 | 0.9 | 0.43 |
| Hex | BA | B | CF | A | 5F | 0 | 13 | 126 | 5A | 2B |
| Octal | 272 | 13 | 317 | 12 | 137 | 0 | 23 | 446 | 132 | 53 |
| Binary | 10111010 | 1011 | 11001111 | 1010 | 1011111 | 0 | 10011 | 100100110 | 1011010 | 101011 |
Color Harmonies of #BA0BCF
Complementary color
Monochromatic Colors of #BA0BCF
Black with #BA0BCF
Text Example
Text Example
White with #BA0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BCF; }
p { color: rgb(186,11,207); }
H1.HeaderClassName
{
color: #BA0BCF;
}
.AnyTagClassName
{
color: #BA0BCF;
}
</style>
background-color css
<style>
a { background-color: #BA0BCF; }
a { background-color: rgb(186,11,207); }
div.DivClassName
{
background-color: #BA0BCF;
}
.BgClassName
{
background-color: #BA0BCF;
}
</style>
border-color css
<style>
span { border-color: #BA0BCF; }
span { border-color: rgb(186,11,207); }
td.TdClassName
{
border-color: #BA0BCF;
}
.TagClassName
{
border-color: #BA0BCF;
}
</style>