Shades of Deep Magenta #BA01C6
Tints of Deep Magenta #BA01C6
RGB
CMYK
RGB Variations
Color information
#BA01C6 (or 0xBA01C6) is known color: Deep Magenta. HEX triplet: BA, 01 and C6. RGB value is (186,1,198). Sum of RGB (Red+Green+Blue) = 186+1+198=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA01C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01C6 is #45FE39. Grayscale: #4E4E4E. Windows color (decimal): -4587066 or 12976570. OLE color: 12976570.
HSL color Cylindrical-coordinate representation of color #BA01C6: hue angle of 296.35º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA01C6 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 1 | 198 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.22 |
| HSL | 296.35º | 0.99% | 0.39% | - |
| HSV(B) | 296.35º | 0.99% | 0.78% | - |
| XYZ | 30.45 | 14.54 | 54.63 | - |
| YUV | 78.77 | 195.29 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 198 | 0.06 | 0.99 | 0 | 0.22 | 296.35 | 0.99 | 0.39 |
| Hex | BA | 1 | C6 | 6 | 63 | 0 | 16 | 128 | 63 | 27 |
| Octal | 272 | 1 | 306 | 6 | 143 | 0 | 26 | 450 | 143 | 47 |
| Binary | 10111010 | 1 | 11000110 | 110 | 1100011 | 0 | 10110 | 100101000 | 1100011 | 100111 |
Color Harmonies of #BA01C6
Complementary color
Monochromatic Colors of #BA01C6
Black with #BA01C6
Text Example
Text Example
White with #BA01C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01C6; }
p { color: rgb(186,1,198); }
H1.HeaderClassName
{
color: #BA01C6;
}
.AnyTagClassName
{
color: #BA01C6;
}
</style>
background-color css
<style>
a { background-color: #BA01C6; }
a { background-color: rgb(186,1,198); }
div.DivClassName
{
background-color: #BA01C6;
}
.BgClassName
{
background-color: #BA01C6;
}
</style>
border-color css
<style>
span { border-color: #BA01C6; }
span { border-color: rgb(186,1,198); }
td.TdClassName
{
border-color: #BA01C6;
}
.TagClassName
{
border-color: #BA01C6;
}
</style>