Shades of Deep Magenta #BB01DA
Tints of Deep Magenta #BB01DA
RGB
CMYK
RGB Variations
Color information
#BB01DA (or 0xBB01DA) is known color: Deep Magenta. HEX triplet: BB, 01 and DA. RGB value is (187,1,218). Sum of RGB (Red+Green+Blue) = 187+1+218=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB01DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01DA is #44FE25. Grayscale: #505050. Windows color (decimal): -4521510 or 14287291. OLE color: 14287291.
HSL color Cylindrical-coordinate representation of color #BB01DA: hue angle of 291.43º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01DA is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 1 | 218 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.15 |
| HSL | 291.43º | 0.99% | 0.43% | - |
| HSV(B) | 291.43º | 1% | 0.85% | - |
| XYZ | 33.16 | 15.65 | 67.6 | - |
| YUV | 81.35 | 205.12 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 218 | 0.14 | 1.00 | 0 | 0.15 | 291.43 | 0.99 | 0.43 |
| Hex | BB | 1 | DA | E | 64 | 0 | F | 123 | 63 | 2B |
| Octal | 273 | 1 | 332 | 16 | 144 | 0 | 17 | 443 | 143 | 53 |
| Binary | 10111011 | 1 | 11011010 | 1110 | 1100100 | 0 | 1111 | 100100011 | 1100011 | 101011 |
Color Harmonies of #BB01DA
Complementary color
Monochromatic Colors of #BB01DA
Black with #BB01DA
Text Example
Text Example
White with #BB01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01DA; }
p { color: rgb(187,1,218); }
H1.HeaderClassName
{
color: #BB01DA;
}
.AnyTagClassName
{
color: #BB01DA;
}
</style>
background-color css
<style>
a { background-color: #BB01DA; }
a { background-color: rgb(187,1,218); }
div.DivClassName
{
background-color: #BB01DA;
}
.BgClassName
{
background-color: #BB01DA;
}
</style>
border-color css
<style>
span { border-color: #BB01DA; }
span { border-color: rgb(187,1,218); }
td.TdClassName
{
border-color: #BB01DA;
}
.TagClassName
{
border-color: #BB01DA;
}
</style>