Shades of Deep Magenta #B116BD
Tints of Deep Magenta #B116BD
RGB
CMYK
RGB Variations
Color information
#B116BD (or 0xB116BD) is known color: Deep Magenta. HEX triplet: B1, 16 and BD. RGB value is (177,22,189). Sum of RGB (Red+Green+Blue) = 177+22+189=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #B116BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116BD is #4EE942. Grayscale: #565656. Windows color (decimal): -5171523 or 12392113. OLE color: 12392113.
HSL color Cylindrical-coordinate representation of color #B116BD: hue angle of 295.69º 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 #B116BD is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 22 | 189 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.26 |
| HSL | 295.69º | 0.79% | 0.41% | - |
| HSV(B) | 295.69º | 0.88% | 0.74% | - |
| XYZ | 27.6 | 13.6 | 49.31 | - |
| YUV | 87.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 189 | 0.06 | 0.88 | 0 | 0.26 | 295.69 | 0.79 | 0.41 |
| Hex | B1 | 16 | BD | 6 | 58 | 0 | 1A | 128 | 4F | 29 |
| Octal | 261 | 26 | 275 | 6 | 130 | 0 | 32 | 450 | 117 | 51 |
| Binary | 10110001 | 10110 | 10111101 | 110 | 1011000 | 0 | 11010 | 100101000 | 1001111 | 101001 |
Color Harmonies of #B116BD
Complementary color
Monochromatic Colors of #B116BD
Black with #B116BD
Text Example
Text Example
White with #B116BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116BD; }
p { color: rgb(177,22,189); }
H1.HeaderClassName
{
color: #B116BD;
}
.AnyTagClassName
{
color: #B116BD;
}
</style>
background-color css
<style>
a { background-color: #B116BD; }
a { background-color: rgb(177,22,189); }
div.DivClassName
{
background-color: #B116BD;
}
.BgClassName
{
background-color: #B116BD;
}
</style>
border-color css
<style>
span { border-color: #B116BD; }
span { border-color: rgb(177,22,189); }
td.TdClassName
{
border-color: #B116BD;
}
.TagClassName
{
border-color: #B116BD;
}
</style>