Shades of Deep Magenta #BA0FC1
Tints of Deep Magenta #BA0FC1
RGB
CMYK
RGB Variations
Color information
#BA0FC1 (or 0xBA0FC1) is known color: Deep Magenta. HEX triplet: BA, 0F and C1. RGB value is (186,15,193). Sum of RGB (Red+Green+Blue) = 186+15+193=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA0FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0FC1 is #45F03E. Grayscale: #555555. Windows color (decimal): -4583487 or 12652474. OLE color: 12652474.
HSL color Cylindrical-coordinate representation of color #BA0FC1: hue angle of 297.64º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0FC1 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 15 | 193 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.24 |
| HSL | 297.64º | 0.86% | 0.41% | - |
| HSV(B) | 297.64º | 0.92% | 0.76% | - |
| XYZ | 30.05 | 14.63 | 51.69 | - |
| YUV | 86.42 | 188.15 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 193 | 0.04 | 0.92 | 0 | 0.24 | 297.64 | 0.86 | 0.41 |
| Hex | BA | F | C1 | 4 | 5C | 0 | 18 | 12A | 56 | 29 |
| Octal | 272 | 17 | 301 | 4 | 134 | 0 | 30 | 452 | 126 | 51 |
| Binary | 10111010 | 1111 | 11000001 | 100 | 1011100 | 0 | 11000 | 100101010 | 1010110 | 101001 |
Color Harmonies of #BA0FC1
Complementary color
Monochromatic Colors of #BA0FC1
Black with #BA0FC1
Text Example
Text Example
White with #BA0FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FC1; }
p { color: rgb(186,15,193); }
H1.HeaderClassName
{
color: #BA0FC1;
}
.AnyTagClassName
{
color: #BA0FC1;
}
</style>
background-color css
<style>
a { background-color: #BA0FC1; }
a { background-color: rgb(186,15,193); }
div.DivClassName
{
background-color: #BA0FC1;
}
.BgClassName
{
background-color: #BA0FC1;
}
</style>
border-color css
<style>
span { border-color: #BA0FC1; }
span { border-color: rgb(186,15,193); }
td.TdClassName
{
border-color: #BA0FC1;
}
.TagClassName
{
border-color: #BA0FC1;
}
</style>