Shades of Deep Magenta #BB01BF
Tints of Deep Magenta #BB01BF
RGB
CMYK
RGB Variations
Color information
#BB01BF (or 0xBB01BF) is known color: Deep Magenta. HEX triplet: BB, 01 and BF. RGB value is (187,1,191). Sum of RGB (Red+Green+Blue) = 187+1+191=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB01BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01BF is #44FE40. Grayscale: #4D4D4D. Windows color (decimal): -4521537 or 12517819. OLE color: 12517819.
HSL color Cylindrical-coordinate representation of color #BB01BF: hue angle of 298.74º 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 #BB01BF is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 1 | 191 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.25 |
| HSL | 298.74º | 0.99% | 0.38% | - |
| HSV(B) | 298.74º | 0.99% | 0.75% | - |
| XYZ | 29.91 | 14.35 | 50.48 | - |
| YUV | 78.27 | 191.62 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 191 | 0.02 | 0.99 | 0 | 0.25 | 298.74 | 0.99 | 0.38 |
| Hex | BB | 1 | BF | 2 | 63 | 0 | 19 | 12B | 63 | 26 |
| Octal | 273 | 1 | 277 | 2 | 143 | 0 | 31 | 453 | 143 | 46 |
| Binary | 10111011 | 1 | 10111111 | 10 | 1100011 | 0 | 11001 | 100101011 | 1100011 | 100110 |
Color Harmonies of #BB01BF
Complementary color
Monochromatic Colors of #BB01BF
Black with #BB01BF
Text Example
Text Example
White with #BB01BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01BF; }
p { color: rgb(187,1,191); }
H1.HeaderClassName
{
color: #BB01BF;
}
.AnyTagClassName
{
color: #BB01BF;
}
</style>
background-color css
<style>
a { background-color: #BB01BF; }
a { background-color: rgb(187,1,191); }
div.DivClassName
{
background-color: #BB01BF;
}
.BgClassName
{
background-color: #BB01BF;
}
</style>
border-color css
<style>
span { border-color: #BB01BF; }
span { border-color: rgb(187,1,191); }
td.TdClassName
{
border-color: #BB01BF;
}
.TagClassName
{
border-color: #BB01BF;
}
</style>