Shades of Deep Magenta #BA01B0
Tints of Deep Magenta #BA01B0
RGB
CMYK
RGB Variations
Color information
#BA01B0 (or 0xBA01B0) is known color: Deep Magenta. HEX triplet: BA, 01 and B0. RGB value is (186,1,176). Sum of RGB (Red+Green+Blue) = 186+1+176=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01B0 is #45FE4F. Grayscale: #4B4B4B. Windows color (decimal): -4587088 or 11534778. OLE color: 11534778.
HSL color Cylindrical-coordinate representation of color #BA01B0: hue angle of 303.24º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA01B0 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 176 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.27 |
| HSL | 303.24º | 0.99% | 0.37% | - |
| HSV(B) | 303.24º | 0.99% | 0.73% | - |
| XYZ | 28.1 | 13.6 | 42.22 | - |
| YUV | 76.27 | 184.29 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 176 | 0 | 0.99 | 0.05 | 0.27 | 303.24 | 0.99 | 0.37 |
| Hex | BA | 1 | B0 | 0 | 63 | 5 | 1B | 12F | 63 | 25 |
| Octal | 272 | 1 | 260 | 0 | 143 | 5 | 33 | 457 | 143 | 45 |
| Binary | 10111010 | 1 | 10110000 | 0 | 1100011 | 101 | 11011 | 100101111 | 1100011 | 100101 |
Color Harmonies of #BA01B0
Complementary color
Monochromatic Colors of #BA01B0
Black with #BA01B0
Text Example
Text Example
White with #BA01B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01B0; }
p { color: rgb(186,1,176); }
H1.HeaderClassName
{
color: #BA01B0;
}
.AnyTagClassName
{
color: #BA01B0;
}
</style>
background-color css
<style>
a { background-color: #BA01B0; }
a { background-color: rgb(186,1,176); }
div.DivClassName
{
background-color: #BA01B0;
}
.BgClassName
{
background-color: #BA01B0;
}
</style>
border-color css
<style>
span { border-color: #BA01B0; }
span { border-color: rgb(186,1,176); }
td.TdClassName
{
border-color: #BA01B0;
}
.TagClassName
{
border-color: #BA01B0;
}
</style>