Shades of Deep Magenta #BB11CE
Tints of Deep Magenta #BB11CE
RGB
CMYK
RGB Variations
Color information
#BB11CE (or 0xBB11CE) is known color: Deep Magenta. HEX triplet: BB, 11 and CE. RGB value is (187,17,206). Sum of RGB (Red+Green+Blue) = 187+17+206=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB11CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB11CE is #44EE31. Grayscale: #585858. Windows color (decimal): -4517426 or 13504955. OLE color: 13504955.
HSL color Cylindrical-coordinate representation of color #BB11CE: hue angle of 293.97º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB11CE is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 17 | 206 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.19 |
| HSL | 293.97º | 0.85% | 0.44% | - |
| HSV(B) | 293.97º | 0.92% | 0.81% | - |
| XYZ | 31.83 | 15.42 | 59.69 | - |
| YUV | 89.38 | 193.82 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 206 | 0.09 | 0.92 | 0 | 0.19 | 293.97 | 0.85 | 0.44 |
| Hex | BB | 11 | CE | 9 | 5C | 0 | 13 | 126 | 55 | 2C |
| Octal | 273 | 21 | 316 | 11 | 134 | 0 | 23 | 446 | 125 | 54 |
| Binary | 10111011 | 10001 | 11001110 | 1001 | 1011100 | 0 | 10011 | 100100110 | 1010101 | 101100 |
Color Harmonies of #BB11CE
Complementary color
Monochromatic Colors of #BB11CE
Black with #BB11CE
Text Example
Text Example
White with #BB11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB11CE; }
p { color: rgb(187,17,206); }
H1.HeaderClassName
{
color: #BB11CE;
}
.AnyTagClassName
{
color: #BB11CE;
}
</style>
background-color css
<style>
a { background-color: #BB11CE; }
a { background-color: rgb(187,17,206); }
div.DivClassName
{
background-color: #BB11CE;
}
.BgClassName
{
background-color: #BB11CE;
}
</style>
border-color css
<style>
span { border-color: #BB11CE; }
span { border-color: rgb(187,17,206); }
td.TdClassName
{
border-color: #BB11CE;
}
.TagClassName
{
border-color: #BB11CE;
}
</style>