Shades of Deep Magenta #BA01CF
Tints of Deep Magenta #BA01CF
RGB
CMYK
RGB Variations
Color information
#BA01CF (or 0xBA01CF) is known color: Deep Magenta. HEX triplet: BA, 01 and CF. RGB value is (186,1,207). Sum of RGB (Red+Green+Blue) = 186+1+207=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA01CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01CF is #45FE30. Grayscale: #4F4F4F. Windows color (decimal): -4587057 or 13566394. OLE color: 13566394.
HSL color Cylindrical-coordinate representation of color #BA01CF: hue angle of 293.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01CF is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 1 | 207 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.19 |
| HSL | 293.88º | 0.99% | 0.41% | - |
| HSV(B) | 293.88º | 1% | 0.81% | - |
| XYZ | 31.52 | 14.97 | 60.26 | - |
| YUV | 79.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 207 | 0.10 | 1.00 | 0 | 0.19 | 293.88 | 0.99 | 0.41 |
| Hex | BA | 1 | CF | A | 64 | 0 | 13 | 126 | 63 | 29 |
| Octal | 272 | 1 | 317 | 12 | 144 | 0 | 23 | 446 | 143 | 51 |
| Binary | 10111010 | 1 | 11001111 | 1010 | 1100100 | 0 | 10011 | 100100110 | 1100011 | 101001 |
Color Harmonies of #BA01CF
Complementary color
Monochromatic Colors of #BA01CF
Black with #BA01CF
Text Example
Text Example
White with #BA01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01CF; }
p { color: rgb(186,1,207); }
H1.HeaderClassName
{
color: #BA01CF;
}
.AnyTagClassName
{
color: #BA01CF;
}
</style>
background-color css
<style>
a { background-color: #BA01CF; }
a { background-color: rgb(186,1,207); }
div.DivClassName
{
background-color: #BA01CF;
}
.BgClassName
{
background-color: #BA01CF;
}
</style>
border-color css
<style>
span { border-color: #BA01CF; }
span { border-color: rgb(186,1,207); }
td.TdClassName
{
border-color: #BA01CF;
}
.TagClassName
{
border-color: #BA01CF;
}
</style>