Shades of Deep Magenta #B11FB1
Tints of Deep Magenta #B11FB1
RGB
CMYK
RGB Variations
Color information
#B11FB1 (or 0xB11FB1) is known color: Deep Magenta. HEX triplet: B1, 1F and B1. RGB value is (177,31,177). Sum of RGB (Red+Green+Blue) = 177+31+177=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B11FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11FB1 is #4EE04E. Grayscale: #5A5A5A. Windows color (decimal): -5169231 or 11607985. OLE color: 11607985.
HSL color Cylindrical-coordinate representation of color #B11FB1: hue angle of 300º 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 #B11FB1 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 177 | - |
| CMYK | 0 | 0.82 | 0 | 0.31 |
| HSL | 300º | 0.7% | 0.41% | - |
| HSV(B) | 300º | 0.82% | 0.69% | - |
| XYZ | 26.56 | 13.5 | 42.8 | - |
| YUV | 91.3 | 176.37 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 177 | 0 | 0.82 | 0 | 0.31 | 300 | 0.7 | 0.41 |
| Hex | B1 | 1F | B1 | 0 | 52 | 0 | 1F | 12C | 46 | 29 |
| Octal | 261 | 37 | 261 | 0 | 122 | 0 | 37 | 454 | 106 | 51 |
| Binary | 10110001 | 11111 | 10110001 | 0 | 1010010 | 0 | 11111 | 100101100 | 1000110 | 101001 |
Color Harmonies of #B11FB1
Complementary color
Monochromatic Colors of #B11FB1
Black with #B11FB1
Text Example
Text Example
White with #B11FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FB1; }
p { color: rgb(177,31,177); }
H1.HeaderClassName
{
color: #B11FB1;
}
.AnyTagClassName
{
color: #B11FB1;
}
</style>
background-color css
<style>
a { background-color: #B11FB1; }
a { background-color: rgb(177,31,177); }
div.DivClassName
{
background-color: #B11FB1;
}
.BgClassName
{
background-color: #B11FB1;
}
</style>
border-color css
<style>
span { border-color: #B11FB1; }
span { border-color: rgb(177,31,177); }
td.TdClassName
{
border-color: #B11FB1;
}
.TagClassName
{
border-color: #B11FB1;
}
</style>