Shades of Deep Magenta #BA0FC6
Tints of Deep Magenta #BA0FC6
RGB
CMYK
RGB Variations
Color information
#BA0FC6 (or 0xBA0FC6) is known color: Deep Magenta. HEX triplet: BA, 0F and C6. RGB value is (186,15,198). Sum of RGB (Red+Green+Blue) = 186+15+198=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA0FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0FC6 is #45F039. Grayscale: #565656. Windows color (decimal): -4583482 or 12980154. OLE color: 12980154.
HSL color Cylindrical-coordinate representation of color #BA0FC6: hue angle of 296.07º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0FC6 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 15 | 198 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.22 |
| HSL | 296.07º | 0.86% | 0.42% | - |
| HSV(B) | 296.07º | 0.92% | 0.78% | - |
| XYZ | 30.61 | 14.86 | 54.68 | - |
| YUV | 86.99 | 190.65 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 198 | 0.06 | 0.92 | 0 | 0.22 | 296.07 | 0.86 | 0.42 |
| Hex | BA | F | C6 | 6 | 5C | 0 | 16 | 128 | 56 | 2A |
| Octal | 272 | 17 | 306 | 6 | 134 | 0 | 26 | 450 | 126 | 52 |
| Binary | 10111010 | 1111 | 11000110 | 110 | 1011100 | 0 | 10110 | 100101000 | 1010110 | 101010 |
Color Harmonies of #BA0FC6
Complementary color
Monochromatic Colors of #BA0FC6
Black with #BA0FC6
Text Example
Text Example
White with #BA0FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FC6; }
p { color: rgb(186,15,198); }
H1.HeaderClassName
{
color: #BA0FC6;
}
.AnyTagClassName
{
color: #BA0FC6;
}
</style>
background-color css
<style>
a { background-color: #BA0FC6; }
a { background-color: rgb(186,15,198); }
div.DivClassName
{
background-color: #BA0FC6;
}
.BgClassName
{
background-color: #BA0FC6;
}
</style>
border-color css
<style>
span { border-color: #BA0FC6; }
span { border-color: rgb(186,15,198); }
td.TdClassName
{
border-color: #BA0FC6;
}
.TagClassName
{
border-color: #BA0FC6;
}
</style>