Shades of Deep Magenta #B11DB3
Tints of Deep Magenta #B11DB3
RGB
CMYK
RGB Variations
Color information
#B11DB3 (or 0xB11DB3) is known color: Deep Magenta. HEX triplet: B1, 1D and B3. RGB value is (177,29,179). Sum of RGB (Red+Green+Blue) = 177+29+179=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #B11DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DB3 is #4EE24C. Grayscale: #595959. Windows color (decimal): -5169741 or 11738545. OLE color: 11738545.
HSL color Cylindrical-coordinate representation of color #B11DB3: hue angle of 299.2º 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 #B11DB3 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 29 | 179 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.30 |
| HSL | 299.2º | 0.72% | 0.41% | - |
| HSV(B) | 299.2º | 0.84% | 0.7% | - |
| XYZ | 26.71 | 13.48 | 43.84 | - |
| YUV | 90.35 | 178.03 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 179 | 0.01 | 0.84 | 0 | 0.30 | 299.2 | 0.72 | 0.41 |
| Hex | B1 | 1D | B3 | 1 | 54 | 0 | 1E | 12B | 48 | 29 |
| Octal | 261 | 35 | 263 | 1 | 124 | 0 | 36 | 453 | 110 | 51 |
| Binary | 10110001 | 11101 | 10110011 | 1 | 1010100 | 0 | 11110 | 100101011 | 1001000 | 101001 |
Color Harmonies of #B11DB3
Complementary color
Monochromatic Colors of #B11DB3
Black with #B11DB3
Text Example
Text Example
White with #B11DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DB3; }
p { color: rgb(177,29,179); }
H1.HeaderClassName
{
color: #B11DB3;
}
.AnyTagClassName
{
color: #B11DB3;
}
</style>
background-color css
<style>
a { background-color: #B11DB3; }
a { background-color: rgb(177,29,179); }
div.DivClassName
{
background-color: #B11DB3;
}
.BgClassName
{
background-color: #B11DB3;
}
</style>
border-color css
<style>
span { border-color: #B11DB3; }
span { border-color: rgb(177,29,179); }
td.TdClassName
{
border-color: #B11DB3;
}
.TagClassName
{
border-color: #B11DB3;
}
</style>