Shades of Deep Magenta #BA14C7
Tints of Deep Magenta #BA14C7
RGB
CMYK
RGB Variations
Color information
#BA14C7 (or 0xBA14C7) is known color: Deep Magenta. HEX triplet: BA, 14 and C7. RGB value is (186,20,199). Sum of RGB (Red+Green+Blue) = 186+20+199=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA14C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14C7 is #45EB38. Grayscale: #595959. Windows color (decimal): -4582201 or 13046970. OLE color: 13046970.
HSL color Cylindrical-coordinate representation of color #BA14C7: hue angle of 295.64º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA14C7 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 20 | 199 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.22 |
| HSL | 295.64º | 0.82% | 0.43% | - |
| HSV(B) | 295.64º | 0.9% | 0.78% | - |
| XYZ | 30.81 | 15.06 | 55.32 | - |
| YUV | 90.04 | 189.5 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 199 | 0.07 | 0.90 | 0 | 0.22 | 295.64 | 0.82 | 0.43 |
| Hex | BA | 14 | C7 | 7 | 5A | 0 | 16 | 128 | 52 | 2B |
| Octal | 272 | 24 | 307 | 7 | 132 | 0 | 26 | 450 | 122 | 53 |
| Binary | 10111010 | 10100 | 11000111 | 111 | 1011010 | 0 | 10110 | 100101000 | 1010010 | 101011 |
Color Harmonies of #BA14C7
Complementary color
Monochromatic Colors of #BA14C7
Black with #BA14C7
Text Example
Text Example
White with #BA14C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14C7; }
p { color: rgb(186,20,199); }
H1.HeaderClassName
{
color: #BA14C7;
}
.AnyTagClassName
{
color: #BA14C7;
}
</style>
background-color css
<style>
a { background-color: #BA14C7; }
a { background-color: rgb(186,20,199); }
div.DivClassName
{
background-color: #BA14C7;
}
.BgClassName
{
background-color: #BA14C7;
}
</style>
border-color css
<style>
span { border-color: #BA14C7; }
span { border-color: rgb(186,20,199); }
td.TdClassName
{
border-color: #BA14C7;
}
.TagClassName
{
border-color: #BA14C7;
}
</style>