Shades of Deep Magenta #B11FB2
Tints of Deep Magenta #B11FB2
RGB
CMYK
RGB Variations
Color information
#B11FB2 (or 0xB11FB2) is known color: Deep Magenta. HEX triplet: B1, 1F and B2. RGB value is (177,31,178). Sum of RGB (Red+Green+Blue) = 177+31+178=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #B11FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11FB2 is #4EE04D. Grayscale: #5A5A5A. Windows color (decimal): -5169230 or 11673521. OLE color: 11673521.
HSL color Cylindrical-coordinate representation of color #B11FB2: hue angle of 299.59º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11FB2 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 31 | 178 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.30 |
| HSL | 299.59º | 0.7% | 0.41% | - |
| HSV(B) | 299.59º | 0.83% | 0.7% | - |
| XYZ | 26.66 | 13.54 | 43.33 | - |
| YUV | 91.41 | 176.87 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 178 | 0.01 | 0.83 | 0 | 0.30 | 299.59 | 0.7 | 0.41 |
| Hex | B1 | 1F | B2 | 1 | 53 | 0 | 1E | 12C | 46 | 29 |
| Octal | 261 | 37 | 262 | 1 | 123 | 0 | 36 | 454 | 106 | 51 |
| Binary | 10110001 | 11111 | 10110010 | 1 | 1010011 | 0 | 11110 | 100101100 | 1000110 | 101001 |
Color Harmonies of #B11FB2
Complementary color
Monochromatic Colors of #B11FB2
Black with #B11FB2
Text Example
Text Example
White with #B11FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FB2; }
p { color: rgb(177,31,178); }
H1.HeaderClassName
{
color: #B11FB2;
}
.AnyTagClassName
{
color: #B11FB2;
}
</style>
background-color css
<style>
a { background-color: #B11FB2; }
a { background-color: rgb(177,31,178); }
div.DivClassName
{
background-color: #B11FB2;
}
.BgClassName
{
background-color: #B11FB2;
}
</style>
border-color css
<style>
span { border-color: #B11FB2; }
span { border-color: rgb(177,31,178); }
td.TdClassName
{
border-color: #B11FB2;
}
.TagClassName
{
border-color: #B11FB2;
}
</style>