Shades of Deep Magenta #BB11AC
Tints of Deep Magenta #BB11AC
RGB
CMYK
RGB Variations
Color information
#BB11AC (or 0xBB11AC) is known color: Deep Magenta. HEX triplet: BB, 11 and AC. RGB value is (187,17,172). Sum of RGB (Red+Green+Blue) = 187+17+172=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB11AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB11AC is #44EE53. Grayscale: #555555. Windows color (decimal): -4517460 or 11276731. OLE color: 11276731.
HSL color Cylindrical-coordinate representation of color #BB11AC: hue angle of 305.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB11AC is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 172 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.27 |
| HSL | 305.29º | 0.83% | 0.4% | - |
| HSV(B) | 305.29º | 0.91% | 0.73% | - |
| XYZ | 28.14 | 13.94 | 40.24 | - |
| YUV | 85.5 | 176.82 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 172 | 0 | 0.91 | 0.08 | 0.27 | 305.29 | 0.83 | 0.4 |
| Hex | BB | 11 | AC | 0 | 5B | 8 | 1B | 131 | 53 | 28 |
| Octal | 273 | 21 | 254 | 0 | 133 | 10 | 33 | 461 | 123 | 50 |
| Binary | 10111011 | 10001 | 10101100 | 0 | 1011011 | 1000 | 11011 | 100110001 | 1010011 | 101000 |
Color Harmonies of #BB11AC
Complementary color
Monochromatic Colors of #BB11AC
Black with #BB11AC
Text Example
Text Example
White with #BB11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB11AC; }
p { color: rgb(187,17,172); }
H1.HeaderClassName
{
color: #BB11AC;
}
.AnyTagClassName
{
color: #BB11AC;
}
</style>
background-color css
<style>
a { background-color: #BB11AC; }
a { background-color: rgb(187,17,172); }
div.DivClassName
{
background-color: #BB11AC;
}
.BgClassName
{
background-color: #BB11AC;
}
</style>
border-color css
<style>
span { border-color: #BB11AC; }
span { border-color: rgb(187,17,172); }
td.TdClassName
{
border-color: #BB11AC;
}
.TagClassName
{
border-color: #BB11AC;
}
</style>