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