Shades of Deep Magenta #B11AB9
Tints of Deep Magenta #B11AB9
RGB
CMYK
RGB Variations
Color information
#B11AB9 (or 0xB11AB9) is known color: Deep Magenta. HEX triplet: B1, 1A and B9. RGB value is (177,26,185). Sum of RGB (Red+Green+Blue) = 177+26+185=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #B11AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11AB9 is #4EE546. Grayscale: #585858. Windows color (decimal): -5170503 or 12130993. OLE color: 12130993.
HSL color Cylindrical-coordinate representation of color #B11AB9: hue angle of 296.98º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11AB9 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 26 | 185 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.27 |
| HSL | 296.98º | 0.75% | 0.41% | - |
| HSV(B) | 296.98º | 0.86% | 0.73% | - |
| XYZ | 27.26 | 13.59 | 47.09 | - |
| YUV | 89.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 185 | 0.04 | 0.86 | 0 | 0.27 | 296.98 | 0.75 | 0.41 |
| Hex | B1 | 1A | B9 | 4 | 56 | 0 | 1B | 129 | 4B | 29 |
| Octal | 261 | 32 | 271 | 4 | 126 | 0 | 33 | 451 | 113 | 51 |
| Binary | 10110001 | 11010 | 10111001 | 100 | 1010110 | 0 | 11011 | 100101001 | 1001011 | 101001 |
Color Harmonies of #B11AB9
Complementary color
Monochromatic Colors of #B11AB9
Black with #B11AB9
Text Example
Text Example
White with #B11AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11AB9; }
p { color: rgb(177,26,185); }
H1.HeaderClassName
{
color: #B11AB9;
}
.AnyTagClassName
{
color: #B11AB9;
}
</style>
background-color css
<style>
a { background-color: #B11AB9; }
a { background-color: rgb(177,26,185); }
div.DivClassName
{
background-color: #B11AB9;
}
.BgClassName
{
background-color: #B11AB9;
}
</style>
border-color css
<style>
span { border-color: #B11AB9; }
span { border-color: rgb(177,26,185); }
td.TdClassName
{
border-color: #B11AB9;
}
.TagClassName
{
border-color: #B11AB9;
}
</style>