Shades of Deep Magenta #BB11C8
Tints of Deep Magenta #BB11C8
RGB
CMYK
RGB Variations
Color information
#BB11C8 (or 0xBB11C8) is known color: Deep Magenta. HEX triplet: BB, 11 and C8. RGB value is (187,17,200). Sum of RGB (Red+Green+Blue) = 187+17+200=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB11C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB11C8 is #44EE37. Grayscale: #585858. Windows color (decimal): -4517432 or 13111739. OLE color: 13111739.
HSL color Cylindrical-coordinate representation of color #BB11C8: hue angle of 295.74º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB11C8 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 17 | 200 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.22 |
| HSL | 295.74º | 0.84% | 0.43% | - |
| HSV(B) | 295.74º | 0.92% | 0.78% | - |
| XYZ | 31.12 | 15.14 | 55.92 | - |
| YUV | 88.69 | 190.82 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 200 | 0.06 | 0.92 | 0 | 0.22 | 295.74 | 0.84 | 0.43 |
| Hex | BB | 11 | C8 | 6 | 5C | 0 | 16 | 128 | 54 | 2B |
| Octal | 273 | 21 | 310 | 6 | 134 | 0 | 26 | 450 | 124 | 53 |
| Binary | 10111011 | 10001 | 11001000 | 110 | 1011100 | 0 | 10110 | 100101000 | 1010100 | 101011 |
Color Harmonies of #BB11C8
Complementary color
Monochromatic Colors of #BB11C8
Black with #BB11C8
Text Example
Text Example
White with #BB11C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB11C8; }
p { color: rgb(187,17,200); }
H1.HeaderClassName
{
color: #BB11C8;
}
.AnyTagClassName
{
color: #BB11C8;
}
</style>
background-color css
<style>
a { background-color: #BB11C8; }
a { background-color: rgb(187,17,200); }
div.DivClassName
{
background-color: #BB11C8;
}
.BgClassName
{
background-color: #BB11C8;
}
</style>
border-color css
<style>
span { border-color: #BB11C8; }
span { border-color: rgb(187,17,200); }
td.TdClassName
{
border-color: #BB11C8;
}
.TagClassName
{
border-color: #BB11C8;
}
</style>