Shades of Deep Magenta #BA0FC2
Tints of Deep Magenta #BA0FC2
RGB
CMYK
RGB Variations
Color information
#BA0FC2 (or 0xBA0FC2) is known color: Deep Magenta. HEX triplet: BA, 0F and C2. RGB value is (186,15,194). Sum of RGB (Red+Green+Blue) = 186+15+194=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA0FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0FC2 is #45F03D. Grayscale: #555555. Windows color (decimal): -4583486 or 12718010. OLE color: 12718010.
HSL color Cylindrical-coordinate representation of color #BA0FC2: hue angle of 297.32º 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 #BA0FC2 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 15 | 194 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.24 |
| HSL | 297.32º | 0.86% | 0.41% | - |
| HSV(B) | 297.32º | 0.92% | 0.76% | - |
| XYZ | 30.16 | 14.68 | 52.28 | - |
| YUV | 86.54 | 188.65 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 194 | 0.04 | 0.92 | 0 | 0.24 | 297.32 | 0.86 | 0.41 |
| Hex | BA | F | C2 | 4 | 5C | 0 | 18 | 129 | 56 | 29 |
| Octal | 272 | 17 | 302 | 4 | 134 | 0 | 30 | 451 | 126 | 51 |
| Binary | 10111010 | 1111 | 11000010 | 100 | 1011100 | 0 | 11000 | 100101001 | 1010110 | 101001 |
Color Harmonies of #BA0FC2
Complementary color
Monochromatic Colors of #BA0FC2
Black with #BA0FC2
Text Example
Text Example
White with #BA0FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FC2; }
p { color: rgb(186,15,194); }
H1.HeaderClassName
{
color: #BA0FC2;
}
.AnyTagClassName
{
color: #BA0FC2;
}
</style>
background-color css
<style>
a { background-color: #BA0FC2; }
a { background-color: rgb(186,15,194); }
div.DivClassName
{
background-color: #BA0FC2;
}
.BgClassName
{
background-color: #BA0FC2;
}
</style>
border-color css
<style>
span { border-color: #BA0FC2; }
span { border-color: rgb(186,15,194); }
td.TdClassName
{
border-color: #BA0FC2;
}
.TagClassName
{
border-color: #BA0FC2;
}
</style>