Shades of Deep Magenta #BB11DC
Tints of Deep Magenta #BB11DC
RGB
CMYK
RGB Variations
Color information
#BB11DC (or 0xBB11DC) is known color: Deep Magenta. HEX triplet: BB, 11 and DC. RGB value is (187,17,220). Sum of RGB (Red+Green+Blue) = 187+17+220=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB11DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB11DC is #44EE23. Grayscale: #5A5A5A. Windows color (decimal): -4517412 or 14422459. OLE color: 14422459.
HSL color Cylindrical-coordinate representation of color #BB11DC: hue angle of 290.25º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB11DC is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 17 | 220 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.14 |
| HSL | 290.25º | 0.86% | 0.46% | - |
| HSV(B) | 290.25º | 0.92% | 0.86% | - |
| XYZ | 33.61 | 16.13 | 69.05 | - |
| YUV | 90.97 | 200.82 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 220 | 0.15 | 0.92 | 0 | 0.14 | 290.25 | 0.86 | 0.46 |
| Hex | BB | 11 | DC | F | 5C | 0 | E | 122 | 56 | 2E |
| Octal | 273 | 21 | 334 | 17 | 134 | 0 | 16 | 442 | 126 | 56 |
| Binary | 10111011 | 10001 | 11011100 | 1111 | 1011100 | 0 | 1110 | 100100010 | 1010110 | 101110 |
Color Harmonies of #BB11DC
Complementary color
Monochromatic Colors of #BB11DC
Black with #BB11DC
Text Example
Text Example
White with #BB11DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB11DC; }
p { color: rgb(187,17,220); }
H1.HeaderClassName
{
color: #BB11DC;
}
.AnyTagClassName
{
color: #BB11DC;
}
</style>
background-color css
<style>
a { background-color: #BB11DC; }
a { background-color: rgb(187,17,220); }
div.DivClassName
{
background-color: #BB11DC;
}
.BgClassName
{
background-color: #BB11DC;
}
</style>
border-color css
<style>
span { border-color: #BB11DC; }
span { border-color: rgb(187,17,220); }
td.TdClassName
{
border-color: #BB11DC;
}
.TagClassName
{
border-color: #BB11DC;
}
</style>