Shades of Deep Magenta #B11DB2
Tints of Deep Magenta #B11DB2
RGB
CMYK
RGB Variations
Color information
#B11DB2 (or 0xB11DB2) is known color: Deep Magenta. HEX triplet: B1, 1D and B2. RGB value is (177,29,178). Sum of RGB (Red+Green+Blue) = 177+29+178=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #B11DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11DB2 is #4EE24D. Grayscale: #595959. Windows color (decimal): -5169742 or 11673009. OLE color: 11673009.
HSL color Cylindrical-coordinate representation of color #B11DB2: hue angle of 299.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11DB2 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 29 | 178 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.30 |
| HSL | 299.6º | 0.72% | 0.41% | - |
| HSV(B) | 299.6º | 0.84% | 0.7% | - |
| XYZ | 26.61 | 13.44 | 43.31 | - |
| YUV | 90.24 | 177.53 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 178 | 0.01 | 0.84 | 0 | 0.30 | 299.6 | 0.72 | 0.41 |
| Hex | B1 | 1D | B2 | 1 | 54 | 0 | 1E | 12C | 48 | 29 |
| Octal | 261 | 35 | 262 | 1 | 124 | 0 | 36 | 454 | 110 | 51 |
| Binary | 10110001 | 11101 | 10110010 | 1 | 1010100 | 0 | 11110 | 100101100 | 1001000 | 101001 |
Color Harmonies of #B11DB2
Complementary color
Monochromatic Colors of #B11DB2
Black with #B11DB2
Text Example
Text Example
White with #B11DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DB2; }
p { color: rgb(177,29,178); }
H1.HeaderClassName
{
color: #B11DB2;
}
.AnyTagClassName
{
color: #B11DB2;
}
</style>
background-color css
<style>
a { background-color: #B11DB2; }
a { background-color: rgb(177,29,178); }
div.DivClassName
{
background-color: #B11DB2;
}
.BgClassName
{
background-color: #B11DB2;
}
</style>
border-color css
<style>
span { border-color: #B11DB2; }
span { border-color: rgb(177,29,178); }
td.TdClassName
{
border-color: #B11DB2;
}
.TagClassName
{
border-color: #B11DB2;
}
</style>