Shades of Deep Magenta #BA01BB
Tints of Deep Magenta #BA01BB
RGB
CMYK
RGB Variations
Color information
#BA01BB (or 0xBA01BB) is known color: Deep Magenta. HEX triplet: BA, 01 and BB. RGB value is (186,1,187). Sum of RGB (Red+Green+Blue) = 186+1+187=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA01BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01BB is #45FE44. Grayscale: #4C4C4C. Windows color (decimal): -4587077 or 12255674. OLE color: 12255674.
HSL color Cylindrical-coordinate representation of color #BA01BB: hue angle of 299.68º 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 #BA01BB is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 187 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.27 |
| HSL | 299.68º | 0.99% | 0.37% | - |
| HSV(B) | 299.68º | 0.99% | 0.73% | - |
| XYZ | 29.23 | 14.05 | 48.18 | - |
| YUV | 77.52 | 189.79 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 187 | 0.01 | 0.99 | 0 | 0.27 | 299.68 | 0.99 | 0.37 |
| Hex | BA | 1 | BB | 1 | 63 | 0 | 1B | 12C | 63 | 25 |
| Octal | 272 | 1 | 273 | 1 | 143 | 0 | 33 | 454 | 143 | 45 |
| Binary | 10111010 | 1 | 10111011 | 1 | 1100011 | 0 | 11011 | 100101100 | 1100011 | 100101 |
Color Harmonies of #BA01BB
Complementary color
Monochromatic Colors of #BA01BB
Black with #BA01BB
Text Example
Text Example
White with #BA01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01BB; }
p { color: rgb(186,1,187); }
H1.HeaderClassName
{
color: #BA01BB;
}
.AnyTagClassName
{
color: #BA01BB;
}
</style>
background-color css
<style>
a { background-color: #BA01BB; }
a { background-color: rgb(186,1,187); }
div.DivClassName
{
background-color: #BA01BB;
}
.BgClassName
{
background-color: #BA01BB;
}
</style>
border-color css
<style>
span { border-color: #BA01BB; }
span { border-color: rgb(186,1,187); }
td.TdClassName
{
border-color: #BA01BB;
}
.TagClassName
{
border-color: #BA01BB;
}
</style>