Shades of Deep Magenta #BB01DB
Tints of Deep Magenta #BB01DB
RGB
CMYK
RGB Variations
Color information
#BB01DB (or 0xBB01DB) is known color: Deep Magenta. HEX triplet: BB, 01 and DB. RGB value is (187,1,219). Sum of RGB (Red+Green+Blue) = 187+1+219=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB01DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01DB is #44FE24. Grayscale: #505050. Windows color (decimal): -4521509 or 14352827. OLE color: 14352827.
HSL color Cylindrical-coordinate representation of color #BB01DB: hue angle of 291.19º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01DB is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 1 | 219 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.14 |
| HSL | 291.19º | 0.99% | 0.43% | - |
| HSV(B) | 291.19º | 1% | 0.86% | - |
| XYZ | 33.29 | 15.7 | 68.29 | - |
| YUV | 81.47 | 205.62 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 219 | 0.15 | 1.00 | 0 | 0.14 | 291.19 | 0.99 | 0.43 |
| Hex | BB | 1 | DB | F | 64 | 0 | E | 123 | 63 | 2B |
| Octal | 273 | 1 | 333 | 17 | 144 | 0 | 16 | 443 | 143 | 53 |
| Binary | 10111011 | 1 | 11011011 | 1111 | 1100100 | 0 | 1110 | 100100011 | 1100011 | 101011 |
Color Harmonies of #BB01DB
Complementary color
Monochromatic Colors of #BB01DB
Black with #BB01DB
Text Example
Text Example
White with #BB01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01DB; }
p { color: rgb(187,1,219); }
H1.HeaderClassName
{
color: #BB01DB;
}
.AnyTagClassName
{
color: #BB01DB;
}
</style>
background-color css
<style>
a { background-color: #BB01DB; }
a { background-color: rgb(187,1,219); }
div.DivClassName
{
background-color: #BB01DB;
}
.BgClassName
{
background-color: #BB01DB;
}
</style>
border-color css
<style>
span { border-color: #BB01DB; }
span { border-color: rgb(187,1,219); }
td.TdClassName
{
border-color: #BB01DB;
}
.TagClassName
{
border-color: #BB01DB;
}
</style>