Shades of Deep Magenta #BA14C6
Tints of Deep Magenta #BA14C6
RGB
CMYK
RGB Variations
Color information
#BA14C6 (or 0xBA14C6) is known color: Deep Magenta. HEX triplet: BA, 14 and C6. RGB value is (186,20,198). Sum of RGB (Red+Green+Blue) = 186+20+198=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA14C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14C6 is #45EB39. Grayscale: #595959. Windows color (decimal): -4582202 or 12981434. OLE color: 12981434.
HSL color Cylindrical-coordinate representation of color #BA14C6: hue angle of 295.96º 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 #BA14C6 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 20 | 198 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.22 |
| HSL | 295.96º | 0.82% | 0.43% | - |
| HSV(B) | 295.96º | 0.9% | 0.78% | - |
| XYZ | 30.69 | 15.02 | 54.71 | - |
| YUV | 89.93 | 189 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 198 | 0.06 | 0.90 | 0 | 0.22 | 295.96 | 0.82 | 0.43 |
| Hex | BA | 14 | C6 | 6 | 5A | 0 | 16 | 128 | 52 | 2B |
| Octal | 272 | 24 | 306 | 6 | 132 | 0 | 26 | 450 | 122 | 53 |
| Binary | 10111010 | 10100 | 11000110 | 110 | 1011010 | 0 | 10110 | 100101000 | 1010010 | 101011 |
Color Harmonies of #BA14C6
Complementary color
Monochromatic Colors of #BA14C6
Black with #BA14C6
Text Example
Text Example
White with #BA14C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14C6; }
p { color: rgb(186,20,198); }
H1.HeaderClassName
{
color: #BA14C6;
}
.AnyTagClassName
{
color: #BA14C6;
}
</style>
background-color css
<style>
a { background-color: #BA14C6; }
a { background-color: rgb(186,20,198); }
div.DivClassName
{
background-color: #BA14C6;
}
.BgClassName
{
background-color: #BA14C6;
}
</style>
border-color css
<style>
span { border-color: #BA14C6; }
span { border-color: rgb(186,20,198); }
td.TdClassName
{
border-color: #BA14C6;
}
.TagClassName
{
border-color: #BA14C6;
}
</style>