Shades of Deep Magenta #B11FB0
Tints of Deep Magenta #B11FB0
RGB
CMYK
RGB Variations
Color information
#B11FB0 (or 0xB11FB0) is known color: Deep Magenta. HEX triplet: B1, 1F and B0. RGB value is (177,31,176). Sum of RGB (Red+Green+Blue) = 177+31+176=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B11FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11FB0 is #4EE04F. Grayscale: #5A5A5A. Windows color (decimal): -5169232 or 11542449. OLE color: 11542449.
HSL color Cylindrical-coordinate representation of color #B11FB0: hue angle of 300.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B11FB0 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 176 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.31 |
| HSL | 300.41º | 0.7% | 0.41% | - |
| HSV(B) | 300.41º | 0.82% | 0.69% | - |
| XYZ | 26.46 | 13.46 | 42.28 | - |
| YUV | 91.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 176 | 0 | 0.82 | 0.01 | 0.31 | 300.41 | 0.7 | 0.41 |
| Hex | B1 | 1F | B0 | 0 | 52 | 1 | 1F | 12C | 46 | 29 |
| Octal | 261 | 37 | 260 | 0 | 122 | 1 | 37 | 454 | 106 | 51 |
| Binary | 10110001 | 11111 | 10110000 | 0 | 1010010 | 1 | 11111 | 100101100 | 1000110 | 101001 |
Color Harmonies of #B11FB0
Complementary color
Monochromatic Colors of #B11FB0
Black with #B11FB0
Text Example
Text Example
White with #B11FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FB0; }
p { color: rgb(177,31,176); }
H1.HeaderClassName
{
color: #B11FB0;
}
.AnyTagClassName
{
color: #B11FB0;
}
</style>
background-color css
<style>
a { background-color: #B11FB0; }
a { background-color: rgb(177,31,176); }
div.DivClassName
{
background-color: #B11FB0;
}
.BgClassName
{
background-color: #B11FB0;
}
</style>
border-color css
<style>
span { border-color: #B11FB0; }
span { border-color: rgb(177,31,176); }
td.TdClassName
{
border-color: #B11FB0;
}
.TagClassName
{
border-color: #B11FB0;
}
</style>