Shades of Deep Magenta #B11DB5
Tints of Deep Magenta #B11DB5
RGB
CMYK
RGB Variations
Color information
#B11DB5 (or 0xB11DB5) is known color: Deep Magenta. HEX triplet: B1, 1D and B5. RGB value is (177,29,181). Sum of RGB (Red+Green+Blue) = 177+29+181=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #B11DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DB5 is #4EE24A. Grayscale: #5A5A5A. Windows color (decimal): -5169739 or 11869617. OLE color: 11869617.
HSL color Cylindrical-coordinate representation of color #B11DB5: hue angle of 298.42º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11DB5 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 29 | 181 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.29 |
| HSL | 298.42º | 0.72% | 0.41% | - |
| HSV(B) | 298.42º | 0.84% | 0.71% | - |
| XYZ | 26.91 | 13.56 | 44.92 | - |
| YUV | 90.58 | 179.03 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 181 | 0.02 | 0.84 | 0 | 0.29 | 298.42 | 0.72 | 0.41 |
| Hex | B1 | 1D | B5 | 2 | 54 | 0 | 1D | 12A | 48 | 29 |
| Octal | 261 | 35 | 265 | 2 | 124 | 0 | 35 | 452 | 110 | 51 |
| Binary | 10110001 | 11101 | 10110101 | 10 | 1010100 | 0 | 11101 | 100101010 | 1001000 | 101001 |
Color Harmonies of #B11DB5
Complementary color
Monochromatic Colors of #B11DB5
Black with #B11DB5
Text Example
Text Example
White with #B11DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DB5; }
p { color: rgb(177,29,181); }
H1.HeaderClassName
{
color: #B11DB5;
}
.AnyTagClassName
{
color: #B11DB5;
}
</style>
background-color css
<style>
a { background-color: #B11DB5; }
a { background-color: rgb(177,29,181); }
div.DivClassName
{
background-color: #B11DB5;
}
.BgClassName
{
background-color: #B11DB5;
}
</style>
border-color css
<style>
span { border-color: #B11DB5; }
span { border-color: rgb(177,29,181); }
td.TdClassName
{
border-color: #B11DB5;
}
.TagClassName
{
border-color: #B11DB5;
}
</style>