Shades of Deep Magenta #BB11C7
Tints of Deep Magenta #BB11C7
RGB
CMYK
RGB Variations
Color information
#BB11C7 (or 0xBB11C7) is known color: Deep Magenta. HEX triplet: BB, 11 and C7. RGB value is (187,17,199). Sum of RGB (Red+Green+Blue) = 187+17+199=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 199 (78.12% from 255 or 49.38% from 403); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB11C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB11C7 is #44EE38. Grayscale: #585858. Windows color (decimal): -4517433 or 13046203. OLE color: 13046203.
HSL color Cylindrical-coordinate representation of color #BB11C7: hue angle of 296.04º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB11C7 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 17 | 199 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.22 |
| HSL | 296.04º | 0.84% | 0.42% | - |
| HSV(B) | 296.04º | 0.91% | 0.78% | - |
| XYZ | 31 | 15.09 | 55.31 | - |
| YUV | 88.58 | 190.32 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 199 | 0.06 | 0.91 | 0 | 0.22 | 296.04 | 0.84 | 0.42 |
| Hex | BB | 11 | C7 | 6 | 5B | 0 | 16 | 128 | 54 | 2A |
| Octal | 273 | 21 | 307 | 6 | 133 | 0 | 26 | 450 | 124 | 52 |
| Binary | 10111011 | 10001 | 11000111 | 110 | 1011011 | 0 | 10110 | 100101000 | 1010100 | 101010 |
Color Harmonies of #BB11C7
Complementary color
Monochromatic Colors of #BB11C7
Black with #BB11C7
Text Example
Text Example
White with #BB11C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB11C7; }
p { color: rgb(187,17,199); }
H1.HeaderClassName
{
color: #BB11C7;
}
.AnyTagClassName
{
color: #BB11C7;
}
</style>
background-color css
<style>
a { background-color: #BB11C7; }
a { background-color: rgb(187,17,199); }
div.DivClassName
{
background-color: #BB11C7;
}
.BgClassName
{
background-color: #BB11C7;
}
</style>
border-color css
<style>
span { border-color: #BB11C7; }
span { border-color: rgb(187,17,199); }
td.TdClassName
{
border-color: #BB11C7;
}
.TagClassName
{
border-color: #BB11C7;
}
</style>