Shades of Deep Magenta #B11AB7
Tints of Deep Magenta #B11AB7
RGB
CMYK
RGB Variations
Color information
#B11AB7 (or 0xB11AB7) is known color: Deep Magenta. HEX triplet: B1, 1A and B7. RGB value is (177,26,183). Sum of RGB (Red+Green+Blue) = 177+26+183=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #B11AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11AB7 is #4EE548. Grayscale: #585858. Windows color (decimal): -5170505 or 11999921. OLE color: 11999921.
HSL color Cylindrical-coordinate representation of color #B11AB7: hue angle of 297.71º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11AB7 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 26 | 183 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.28 |
| HSL | 297.71º | 0.75% | 0.41% | - |
| HSV(B) | 297.71º | 0.86% | 0.72% | - |
| XYZ | 27.05 | 13.5 | 45.98 | - |
| YUV | 89.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 183 | 0.03 | 0.86 | 0 | 0.28 | 297.71 | 0.75 | 0.41 |
| Hex | B1 | 1A | B7 | 3 | 56 | 0 | 1C | 12A | 4B | 29 |
| Octal | 261 | 32 | 267 | 3 | 126 | 0 | 34 | 452 | 113 | 51 |
| Binary | 10110001 | 11010 | 10110111 | 11 | 1010110 | 0 | 11100 | 100101010 | 1001011 | 101001 |
Color Harmonies of #B11AB7
Complementary color
Monochromatic Colors of #B11AB7
Black with #B11AB7
Text Example
Text Example
White with #B11AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11AB7; }
p { color: rgb(177,26,183); }
H1.HeaderClassName
{
color: #B11AB7;
}
.AnyTagClassName
{
color: #B11AB7;
}
</style>
background-color css
<style>
a { background-color: #B11AB7; }
a { background-color: rgb(177,26,183); }
div.DivClassName
{
background-color: #B11AB7;
}
.BgClassName
{
background-color: #B11AB7;
}
</style>
border-color css
<style>
span { border-color: #B11AB7; }
span { border-color: rgb(177,26,183); }
td.TdClassName
{
border-color: #B11AB7;
}
.TagClassName
{
border-color: #B11AB7;
}
</style>