Shades of Deep Magenta #B11FAC
Tints of Deep Magenta #B11FAC
RGB
CMYK
RGB Variations
Color information
#B11FAC (or 0xB11FAC) is known color: Deep Magenta. HEX triplet: B1, 1F and AC. RGB value is (177,31,172). Sum of RGB (Red+Green+Blue) = 177+31+172=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B11FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11FAC is #4EE053. Grayscale: #5A5A5A. Windows color (decimal): -5169236 or 11280305. OLE color: 11280305.
HSL color Cylindrical-coordinate representation of color #B11FAC: hue angle of 302.05º 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 #B11FAC is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 172 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.31 |
| HSL | 302.05º | 0.7% | 0.41% | - |
| HSV(B) | 302.05º | 0.82% | 0.69% | - |
| XYZ | 26.07 | 13.31 | 40.22 | - |
| YUV | 90.73 | 173.87 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 172 | 0 | 0.82 | 0.03 | 0.31 | 302.05 | 0.7 | 0.41 |
| Hex | B1 | 1F | AC | 0 | 52 | 3 | 1F | 12E | 46 | 29 |
| Octal | 261 | 37 | 254 | 0 | 122 | 3 | 37 | 456 | 106 | 51 |
| Binary | 10110001 | 11111 | 10101100 | 0 | 1010010 | 11 | 11111 | 100101110 | 1000110 | 101001 |
Color Harmonies of #B11FAC
Complementary color
Monochromatic Colors of #B11FAC
Black with #B11FAC
Text Example
Text Example
White with #B11FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FAC; }
p { color: rgb(177,31,172); }
H1.HeaderClassName
{
color: #B11FAC;
}
.AnyTagClassName
{
color: #B11FAC;
}
</style>
background-color css
<style>
a { background-color: #B11FAC; }
a { background-color: rgb(177,31,172); }
div.DivClassName
{
background-color: #B11FAC;
}
.BgClassName
{
background-color: #B11FAC;
}
</style>
border-color css
<style>
span { border-color: #B11FAC; }
span { border-color: rgb(177,31,172); }
td.TdClassName
{
border-color: #B11FAC;
}
.TagClassName
{
border-color: #B11FAC;
}
</style>