Shades of Deep Magenta #BB11C1
Tints of Deep Magenta #BB11C1
RGB
CMYK
RGB Variations
Color information
#BB11C1 (or 0xBB11C1) is known color: Deep Magenta. HEX triplet: BB, 11 and C1. RGB value is (187,17,193). Sum of RGB (Red+Green+Blue) = 187+17+193=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB11C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB11C1 is #44EE3E. Grayscale: #575757. Windows color (decimal): -4517439 or 12652987. OLE color: 12652987.
HSL color Cylindrical-coordinate representation of color #BB11C1: hue angle of 297.95º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB11C1 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 17 | 193 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.24 |
| HSL | 297.95º | 0.84% | 0.41% | - |
| HSV(B) | 297.95º | 0.91% | 0.76% | - |
| XYZ | 30.32 | 14.82 | 51.71 | - |
| YUV | 87.89 | 187.32 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 193 | 0.03 | 0.91 | 0 | 0.24 | 297.95 | 0.84 | 0.41 |
| Hex | BB | 11 | C1 | 3 | 5B | 0 | 18 | 12A | 54 | 29 |
| Octal | 273 | 21 | 301 | 3 | 133 | 0 | 30 | 452 | 124 | 51 |
| Binary | 10111011 | 10001 | 11000001 | 11 | 1011011 | 0 | 11000 | 100101010 | 1010100 | 101001 |
Color Harmonies of #BB11C1
Complementary color
Monochromatic Colors of #BB11C1
Black with #BB11C1
Text Example
Text Example
White with #BB11C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB11C1; }
p { color: rgb(187,17,193); }
H1.HeaderClassName
{
color: #BB11C1;
}
.AnyTagClassName
{
color: #BB11C1;
}
</style>
background-color css
<style>
a { background-color: #BB11C1; }
a { background-color: rgb(187,17,193); }
div.DivClassName
{
background-color: #BB11C1;
}
.BgClassName
{
background-color: #BB11C1;
}
</style>
border-color css
<style>
span { border-color: #BB11C1; }
span { border-color: rgb(187,17,193); }
td.TdClassName
{
border-color: #BB11C1;
}
.TagClassName
{
border-color: #BB11C1;
}
</style>