Shades of Deep Magenta #BA01BF
Tints of Deep Magenta #BA01BF
RGB
CMYK
RGB Variations
Color information
#BA01BF (or 0xBA01BF) is known color: Deep Magenta. HEX triplet: BA, 01 and BF. RGB value is (186,1,191). Sum of RGB (Red+Green+Blue) = 186+1+191=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA01BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01BF is #45FE40. Grayscale: #4D4D4D. Windows color (decimal): -4587073 or 12517818. OLE color: 12517818.
HSL color Cylindrical-coordinate representation of color #BA01BF: hue angle of 298.42º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA01BF is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 1 | 191 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.25 |
| HSL | 298.42º | 0.99% | 0.38% | - |
| HSV(B) | 298.42º | 0.99% | 0.75% | - |
| XYZ | 29.66 | 14.22 | 50.47 | - |
| YUV | 77.98 | 191.79 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 191 | 0.03 | 0.99 | 0 | 0.25 | 298.42 | 0.99 | 0.38 |
| Hex | BA | 1 | BF | 3 | 63 | 0 | 19 | 12A | 63 | 26 |
| Octal | 272 | 1 | 277 | 3 | 143 | 0 | 31 | 452 | 143 | 46 |
| Binary | 10111010 | 1 | 10111111 | 11 | 1100011 | 0 | 11001 | 100101010 | 1100011 | 100110 |
Color Harmonies of #BA01BF
Complementary color
Monochromatic Colors of #BA01BF
Black with #BA01BF
Text Example
Text Example
White with #BA01BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01BF; }
p { color: rgb(186,1,191); }
H1.HeaderClassName
{
color: #BA01BF;
}
.AnyTagClassName
{
color: #BA01BF;
}
</style>
background-color css
<style>
a { background-color: #BA01BF; }
a { background-color: rgb(186,1,191); }
div.DivClassName
{
background-color: #BA01BF;
}
.BgClassName
{
background-color: #BA01BF;
}
</style>
border-color css
<style>
span { border-color: #BA01BF; }
span { border-color: rgb(186,1,191); }
td.TdClassName
{
border-color: #BA01BF;
}
.TagClassName
{
border-color: #BA01BF;
}
</style>