Shades of Deep Magenta #B11AB8
Tints of Deep Magenta #B11AB8
RGB
CMYK
RGB Variations
Color information
#B11AB8 (or 0xB11AB8) is known color: Deep Magenta. HEX triplet: B1, 1A and B8. RGB value is (177,26,184). Sum of RGB (Red+Green+Blue) = 177+26+184=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #B11AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11AB8 is #4EE547. Grayscale: #585858. Windows color (decimal): -5170504 or 12065457. OLE color: 12065457.
HSL color Cylindrical-coordinate representation of color #B11AB8: hue angle of 297.34º 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 #B11AB8 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 26 | 184 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.28 |
| HSL | 297.34º | 0.75% | 0.41% | - |
| HSV(B) | 297.34º | 0.86% | 0.72% | - |
| XYZ | 27.15 | 13.55 | 46.53 | - |
| YUV | 89.16 | 181.53 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 184 | 0.04 | 0.86 | 0 | 0.28 | 297.34 | 0.75 | 0.41 |
| Hex | B1 | 1A | B8 | 4 | 56 | 0 | 1C | 129 | 4B | 29 |
| Octal | 261 | 32 | 270 | 4 | 126 | 0 | 34 | 451 | 113 | 51 |
| Binary | 10110001 | 11010 | 10111000 | 100 | 1010110 | 0 | 11100 | 100101001 | 1001011 | 101001 |
Color Harmonies of #B11AB8
Complementary color
Monochromatic Colors of #B11AB8
Black with #B11AB8
Text Example
Text Example
White with #B11AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11AB8; }
p { color: rgb(177,26,184); }
H1.HeaderClassName
{
color: #B11AB8;
}
.AnyTagClassName
{
color: #B11AB8;
}
</style>
background-color css
<style>
a { background-color: #B11AB8; }
a { background-color: rgb(177,26,184); }
div.DivClassName
{
background-color: #B11AB8;
}
.BgClassName
{
background-color: #B11AB8;
}
</style>
border-color css
<style>
span { border-color: #B11AB8; }
span { border-color: rgb(177,26,184); }
td.TdClassName
{
border-color: #B11AB8;
}
.TagClassName
{
border-color: #B11AB8;
}
</style>