Shades of Deep Magenta #B11DB4
Tints of Deep Magenta #B11DB4
RGB
CMYK
RGB Variations
Color information
#B11DB4 (or 0xB11DB4) is known color: Deep Magenta. HEX triplet: B1, 1D and B4. RGB value is (177,29,180). Sum of RGB (Red+Green+Blue) = 177+29+180=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #B11DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DB4 is #4EE24B. Grayscale: #5A5A5A. Windows color (decimal): -5169740 or 11804081. OLE color: 11804081.
HSL color Cylindrical-coordinate representation of color #B11DB4: hue angle of 298.81º 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 #B11DB4 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 29 | 180 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.29 |
| HSL | 298.81º | 0.72% | 0.41% | - |
| HSV(B) | 298.81º | 0.84% | 0.71% | - |
| XYZ | 26.81 | 13.52 | 44.38 | - |
| YUV | 90.47 | 178.53 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 180 | 0.02 | 0.84 | 0 | 0.29 | 298.81 | 0.72 | 0.41 |
| Hex | B1 | 1D | B4 | 2 | 54 | 0 | 1D | 12B | 48 | 29 |
| Octal | 261 | 35 | 264 | 2 | 124 | 0 | 35 | 453 | 110 | 51 |
| Binary | 10110001 | 11101 | 10110100 | 10 | 1010100 | 0 | 11101 | 100101011 | 1001000 | 101001 |
Color Harmonies of #B11DB4
Complementary color
Monochromatic Colors of #B11DB4
Black with #B11DB4
Text Example
Text Example
White with #B11DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DB4; }
p { color: rgb(177,29,180); }
H1.HeaderClassName
{
color: #B11DB4;
}
.AnyTagClassName
{
color: #B11DB4;
}
</style>
background-color css
<style>
a { background-color: #B11DB4; }
a { background-color: rgb(177,29,180); }
div.DivClassName
{
background-color: #B11DB4;
}
.BgClassName
{
background-color: #B11DB4;
}
</style>
border-color css
<style>
span { border-color: #B11DB4; }
span { border-color: rgb(177,29,180); }
td.TdClassName
{
border-color: #B11DB4;
}
.TagClassName
{
border-color: #B11DB4;
}
</style>