Shades of Deep Magenta #BA10C6
Tints of Deep Magenta #BA10C6
RGB
CMYK
RGB Variations
Color information
#BA10C6 (or 0xBA10C6) is known color: Deep Magenta. HEX triplet: BA, 10 and C6. RGB value is (186,16,198). Sum of RGB (Red+Green+Blue) = 186+16+198=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 198 (77.73% from 255 or 49.5% from 400); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA10C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10C6 is #45EF39. Grayscale: #575757. Windows color (decimal): -4583226 or 12980410. OLE color: 12980410.
HSL color Cylindrical-coordinate representation of color #BA10C6: hue angle of 296.04º degrees, saturation: 0.85, 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 #BA10C6 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 16 | 198 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.22 |
| HSL | 296.04º | 0.85% | 0.42% | - |
| HSV(B) | 296.04º | 0.92% | 0.78% | - |
| XYZ | 30.63 | 14.89 | 54.69 | - |
| YUV | 87.58 | 190.32 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 198 | 0.06 | 0.92 | 0 | 0.22 | 296.04 | 0.85 | 0.42 |
| Hex | BA | 10 | C6 | 6 | 5C | 0 | 16 | 128 | 55 | 2A |
| Octal | 272 | 20 | 306 | 6 | 134 | 0 | 26 | 450 | 125 | 52 |
| Binary | 10111010 | 10000 | 11000110 | 110 | 1011100 | 0 | 10110 | 100101000 | 1010101 | 101010 |
Color Harmonies of #BA10C6
Complementary color
Monochromatic Colors of #BA10C6
Black with #BA10C6
Text Example
Text Example
White with #BA10C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10C6; }
p { color: rgb(186,16,198); }
H1.HeaderClassName
{
color: #BA10C6;
}
.AnyTagClassName
{
color: #BA10C6;
}
</style>
background-color css
<style>
a { background-color: #BA10C6; }
a { background-color: rgb(186,16,198); }
div.DivClassName
{
background-color: #BA10C6;
}
.BgClassName
{
background-color: #BA10C6;
}
</style>
border-color css
<style>
span { border-color: #BA10C6; }
span { border-color: rgb(186,16,198); }
td.TdClassName
{
border-color: #BA10C6;
}
.TagClassName
{
border-color: #BA10C6;
}
</style>