Shades of Deep Magenta #B117BC
Tints of Deep Magenta #B117BC
RGB
CMYK
RGB Variations
Color information
#B117BC (or 0xB117BC) is known color: Deep Magenta. HEX triplet: B1, 17 and BC. RGB value is (177,23,188). Sum of RGB (Red+Green+Blue) = 177+23+188=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #B117BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117BC is #4EE843. Grayscale: #575757. Windows color (decimal): -5171268 or 12326833. OLE color: 12326833.
HSL color Cylindrical-coordinate representation of color #B117BC: hue angle of 296º degrees, saturation: 0.78, 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 #B117BC is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 23 | 188 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.26 |
| HSL | 296º | 0.78% | 0.41% | - |
| HSV(B) | 296º | 0.88% | 0.74% | - |
| XYZ | 27.51 | 13.59 | 48.75 | - |
| YUV | 87.86 | 184.52 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 188 | 0.06 | 0.88 | 0 | 0.26 | 296 | 0.78 | 0.41 |
| Hex | B1 | 17 | BC | 6 | 58 | 0 | 1A | 128 | 4E | 29 |
| Octal | 261 | 27 | 274 | 6 | 130 | 0 | 32 | 450 | 116 | 51 |
| Binary | 10110001 | 10111 | 10111100 | 110 | 1011000 | 0 | 11010 | 100101000 | 1001110 | 101001 |
Color Harmonies of #B117BC
Complementary color
Monochromatic Colors of #B117BC
Black with #B117BC
Text Example
Text Example
White with #B117BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117BC; }
p { color: rgb(177,23,188); }
H1.HeaderClassName
{
color: #B117BC;
}
.AnyTagClassName
{
color: #B117BC;
}
</style>
background-color css
<style>
a { background-color: #B117BC; }
a { background-color: rgb(177,23,188); }
div.DivClassName
{
background-color: #B117BC;
}
.BgClassName
{
background-color: #B117BC;
}
</style>
border-color css
<style>
span { border-color: #B117BC; }
span { border-color: rgb(177,23,188); }
td.TdClassName
{
border-color: #B117BC;
}
.TagClassName
{
border-color: #B117BC;
}
</style>