Shades of Deep Magenta #BB11AF
Tints of Deep Magenta #BB11AF
RGB
CMYK
RGB Variations
Color information
#BB11AF (or 0xBB11AF) is known color: Deep Magenta. HEX triplet: BB, 11 and AF. RGB value is (187,17,175). Sum of RGB (Red+Green+Blue) = 187+17+175=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB11AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB11AF is #44EE50. Grayscale: #555555. Windows color (decimal): -4517457 or 11473339. OLE color: 11473339.
HSL color Cylindrical-coordinate representation of color #BB11AF: hue angle of 304.24º 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 #BB11AF is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 175 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.27 |
| HSL | 304.24º | 0.83% | 0.4% | - |
| HSV(B) | 304.24º | 0.91% | 0.73% | - |
| XYZ | 28.43 | 14.06 | 41.77 | - |
| YUV | 85.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 175 | 0 | 0.91 | 0.06 | 0.27 | 304.24 | 0.83 | 0.4 |
| Hex | BB | 11 | AF | 0 | 5B | 6 | 1B | 130 | 53 | 28 |
| Octal | 273 | 21 | 257 | 0 | 133 | 6 | 33 | 460 | 123 | 50 |
| Binary | 10111011 | 10001 | 10101111 | 0 | 1011011 | 110 | 11011 | 100110000 | 1010011 | 101000 |
Color Harmonies of #BB11AF
Complementary color
Monochromatic Colors of #BB11AF
Black with #BB11AF
Text Example
Text Example
White with #BB11AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB11AF; }
p { color: rgb(187,17,175); }
H1.HeaderClassName
{
color: #BB11AF;
}
.AnyTagClassName
{
color: #BB11AF;
}
</style>
background-color css
<style>
a { background-color: #BB11AF; }
a { background-color: rgb(187,17,175); }
div.DivClassName
{
background-color: #BB11AF;
}
.BgClassName
{
background-color: #BB11AF;
}
</style>
border-color css
<style>
span { border-color: #BB11AF; }
span { border-color: rgb(187,17,175); }
td.TdClassName
{
border-color: #BB11AF;
}
.TagClassName
{
border-color: #BB11AF;
}
</style>