Shades of Deep Magenta #BB11C2
Tints of Deep Magenta #BB11C2
RGB
CMYK
RGB Variations
Color information
#BB11C2 (or 0xBB11C2) is known color: Deep Magenta. HEX triplet: BB, 11 and C2. RGB value is (187,17,194). Sum of RGB (Red+Green+Blue) = 187+17+194=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB11C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB11C2 is #44EE3D. Grayscale: #575757. Windows color (decimal): -4517438 or 12718523. OLE color: 12718523.
HSL color Cylindrical-coordinate representation of color #BB11C2: hue angle of 297.63º 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 #BB11C2 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 17 | 194 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.24 |
| HSL | 297.63º | 0.84% | 0.41% | - |
| HSV(B) | 297.63º | 0.91% | 0.76% | - |
| XYZ | 30.43 | 14.86 | 52.3 | - |
| YUV | 88.01 | 187.82 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 194 | 0.04 | 0.91 | 0 | 0.24 | 297.63 | 0.84 | 0.41 |
| Hex | BB | 11 | C2 | 4 | 5B | 0 | 18 | 12A | 54 | 29 |
| Octal | 273 | 21 | 302 | 4 | 133 | 0 | 30 | 452 | 124 | 51 |
| Binary | 10111011 | 10001 | 11000010 | 100 | 1011011 | 0 | 11000 | 100101010 | 1010100 | 101001 |
Color Harmonies of #BB11C2
Complementary color
Monochromatic Colors of #BB11C2
Black with #BB11C2
Text Example
Text Example
White with #BB11C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB11C2; }
p { color: rgb(187,17,194); }
H1.HeaderClassName
{
color: #BB11C2;
}
.AnyTagClassName
{
color: #BB11C2;
}
</style>
background-color css
<style>
a { background-color: #BB11C2; }
a { background-color: rgb(187,17,194); }
div.DivClassName
{
background-color: #BB11C2;
}
.BgClassName
{
background-color: #BB11C2;
}
</style>
border-color css
<style>
span { border-color: #BB11C2; }
span { border-color: rgb(187,17,194); }
td.TdClassName
{
border-color: #BB11C2;
}
.TagClassName
{
border-color: #BB11C2;
}
</style>