Shades of Deep Magenta #B116BC
Tints of Deep Magenta #B116BC
RGB
CMYK
RGB Variations
Color information
#B116BC (or 0xB116BC) is known color: Deep Magenta. HEX triplet: B1, 16 and BC. RGB value is (177,22,188). Sum of RGB (Red+Green+Blue) = 177+22+188=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #B116BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116BC is #4EE943. Grayscale: #565656. Windows color (decimal): -5171524 or 12326577. OLE color: 12326577.
HSL color Cylindrical-coordinate representation of color #B116BC: hue angle of 296.02º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B116BC is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 22 | 188 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.26 |
| HSL | 296.02º | 0.79% | 0.41% | - |
| HSV(B) | 296.02º | 0.88% | 0.74% | - |
| XYZ | 27.5 | 13.55 | 48.74 | - |
| YUV | 87.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 188 | 0.06 | 0.88 | 0 | 0.26 | 296.02 | 0.79 | 0.41 |
| Hex | B1 | 16 | BC | 6 | 58 | 0 | 1A | 128 | 4F | 29 |
| Octal | 261 | 26 | 274 | 6 | 130 | 0 | 32 | 450 | 117 | 51 |
| Binary | 10110001 | 10110 | 10111100 | 110 | 1011000 | 0 | 11010 | 100101000 | 1001111 | 101001 |
Color Harmonies of #B116BC
Complementary color
Monochromatic Colors of #B116BC
Black with #B116BC
Text Example
Text Example
White with #B116BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116BC; }
p { color: rgb(177,22,188); }
H1.HeaderClassName
{
color: #B116BC;
}
.AnyTagClassName
{
color: #B116BC;
}
</style>
background-color css
<style>
a { background-color: #B116BC; }
a { background-color: rgb(177,22,188); }
div.DivClassName
{
background-color: #B116BC;
}
.BgClassName
{
background-color: #B116BC;
}
</style>
border-color css
<style>
span { border-color: #B116BC; }
span { border-color: rgb(177,22,188); }
td.TdClassName
{
border-color: #B116BC;
}
.TagClassName
{
border-color: #B116BC;
}
</style>