Shades of Deep Magenta #B11ABB
Tints of Deep Magenta #B11ABB
RGB
CMYK
RGB Variations
Color information
#B11ABB (or 0xB11ABB) is known color: Deep Magenta. HEX triplet: B1, 1A and BB. RGB value is (177,26,187). Sum of RGB (Red+Green+Blue) = 177+26+187=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #B11ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11ABB is #4EE544. Grayscale: #595959. Windows color (decimal): -5170501 or 12262065. OLE color: 12262065.
HSL color Cylindrical-coordinate representation of color #B11ABB: hue angle of 296.27º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11ABB is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 26 | 187 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.27 |
| HSL | 296.27º | 0.76% | 0.42% | - |
| HSV(B) | 296.27º | 0.86% | 0.73% | - |
| XYZ | 27.47 | 13.67 | 48.21 | - |
| YUV | 89.5 | 183.03 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 187 | 0.05 | 0.86 | 0 | 0.27 | 296.27 | 0.76 | 0.42 |
| Hex | B1 | 1A | BB | 5 | 56 | 0 | 1B | 128 | 4C | 2A |
| Octal | 261 | 32 | 273 | 5 | 126 | 0 | 33 | 450 | 114 | 52 |
| Binary | 10110001 | 11010 | 10111011 | 101 | 1010110 | 0 | 11011 | 100101000 | 1001100 | 101010 |
Color Harmonies of #B11ABB
Complementary color
Monochromatic Colors of #B11ABB
Black with #B11ABB
Text Example
Text Example
White with #B11ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11ABB; }
p { color: rgb(177,26,187); }
H1.HeaderClassName
{
color: #B11ABB;
}
.AnyTagClassName
{
color: #B11ABB;
}
</style>
background-color css
<style>
a { background-color: #B11ABB; }
a { background-color: rgb(177,26,187); }
div.DivClassName
{
background-color: #B11ABB;
}
.BgClassName
{
background-color: #B11ABB;
}
</style>
border-color css
<style>
span { border-color: #B11ABB; }
span { border-color: rgb(177,26,187); }
td.TdClassName
{
border-color: #B11ABB;
}
.TagClassName
{
border-color: #B11ABB;
}
</style>