Shades of Deep Magenta #B11AB3
Tints of Deep Magenta #B11AB3
RGB
CMYK
RGB Variations
Color information
#B11AB3 (or 0xB11AB3) is known color: Deep Magenta. HEX triplet: B1, 1A and B3. RGB value is (177,26,179). Sum of RGB (Red+Green+Blue) = 177+26+179=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #B11AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11AB3 is #4EE54C. Grayscale: #585858. Windows color (decimal): -5170509 or 11737777. OLE color: 11737777.
HSL color Cylindrical-coordinate representation of color #B11AB3: hue angle of 299.22º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11AB3 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 26 | 179 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.30 |
| HSL | 299.22º | 0.75% | 0.4% | - |
| HSV(B) | 299.22º | 0.85% | 0.7% | - |
| XYZ | 26.64 | 13.34 | 43.82 | - |
| YUV | 88.59 | 179.03 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 179 | 0.01 | 0.85 | 0 | 0.30 | 299.22 | 0.75 | 0.4 |
| Hex | B1 | 1A | B3 | 1 | 55 | 0 | 1E | 12B | 4B | 28 |
| Octal | 261 | 32 | 263 | 1 | 125 | 0 | 36 | 453 | 113 | 50 |
| Binary | 10110001 | 11010 | 10110011 | 1 | 1010101 | 0 | 11110 | 100101011 | 1001011 | 101000 |
Color Harmonies of #B11AB3
Complementary color
Monochromatic Colors of #B11AB3
Black with #B11AB3
Text Example
Text Example
White with #B11AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11AB3; }
p { color: rgb(177,26,179); }
H1.HeaderClassName
{
color: #B11AB3;
}
.AnyTagClassName
{
color: #B11AB3;
}
</style>
background-color css
<style>
a { background-color: #B11AB3; }
a { background-color: rgb(177,26,179); }
div.DivClassName
{
background-color: #B11AB3;
}
.BgClassName
{
background-color: #B11AB3;
}
</style>
border-color css
<style>
span { border-color: #B11AB3; }
span { border-color: rgb(177,26,179); }
td.TdClassName
{
border-color: #B11AB3;
}
.TagClassName
{
border-color: #B11AB3;
}
</style>