Shades of Deep Magenta #BA01BC
Tints of Deep Magenta #BA01BC
RGB
CMYK
RGB Variations
Color information
#BA01BC (or 0xBA01BC) is known color: Deep Magenta. HEX triplet: BA, 01 and BC. RGB value is (186,1,188). Sum of RGB (Red+Green+Blue) = 186+1+188=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA01BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01BC is #45FE43. Grayscale: #4D4D4D. Windows color (decimal): -4587076 or 12321210. OLE color: 12321210.
HSL color Cylindrical-coordinate representation of color #BA01BC: hue angle of 299.36º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA01BC is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 1 | 188 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.26 |
| HSL | 299.36º | 0.99% | 0.37% | - |
| HSV(B) | 299.36º | 0.99% | 0.74% | - |
| XYZ | 29.34 | 14.09 | 48.75 | - |
| YUV | 77.63 | 190.29 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 188 | 0.01 | 0.99 | 0 | 0.26 | 299.36 | 0.99 | 0.37 |
| Hex | BA | 1 | BC | 1 | 63 | 0 | 1A | 12B | 63 | 25 |
| Octal | 272 | 1 | 274 | 1 | 143 | 0 | 32 | 453 | 143 | 45 |
| Binary | 10111010 | 1 | 10111100 | 1 | 1100011 | 0 | 11010 | 100101011 | 1100011 | 100101 |
Color Harmonies of #BA01BC
Complementary color
Monochromatic Colors of #BA01BC
Black with #BA01BC
Text Example
Text Example
White with #BA01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01BC; }
p { color: rgb(186,1,188); }
H1.HeaderClassName
{
color: #BA01BC;
}
.AnyTagClassName
{
color: #BA01BC;
}
</style>
background-color css
<style>
a { background-color: #BA01BC; }
a { background-color: rgb(186,1,188); }
div.DivClassName
{
background-color: #BA01BC;
}
.BgClassName
{
background-color: #BA01BC;
}
</style>
border-color css
<style>
span { border-color: #BA01BC; }
span { border-color: rgb(186,1,188); }
td.TdClassName
{
border-color: #BA01BC;
}
.TagClassName
{
border-color: #BA01BC;
}
</style>