Shades of Deep Magenta #B117BD
Tints of Deep Magenta #B117BD
RGB
CMYK
RGB Variations
Color information
#B117BD (or 0xB117BD) is known color: Deep Magenta. HEX triplet: B1, 17 and BD. RGB value is (177,23,189). Sum of RGB (Red+Green+Blue) = 177+23+189=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #B117BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117BD is #4EE842. Grayscale: #575757. Windows color (decimal): -5171267 or 12392369. OLE color: 12392369.
HSL color Cylindrical-coordinate representation of color #B117BD: hue angle of 295.66º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B117BD is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 23 | 189 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.26 |
| HSL | 295.66º | 0.78% | 0.42% | - |
| HSV(B) | 295.66º | 0.88% | 0.74% | - |
| XYZ | 27.62 | 13.63 | 49.32 | - |
| YUV | 87.97 | 185.02 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 189 | 0.06 | 0.88 | 0 | 0.26 | 295.66 | 0.78 | 0.42 |
| Hex | B1 | 17 | BD | 6 | 58 | 0 | 1A | 128 | 4E | 2A |
| Octal | 261 | 27 | 275 | 6 | 130 | 0 | 32 | 450 | 116 | 52 |
| Binary | 10110001 | 10111 | 10111101 | 110 | 1011000 | 0 | 11010 | 100101000 | 1001110 | 101010 |
Color Harmonies of #B117BD
Complementary color
Monochromatic Colors of #B117BD
Black with #B117BD
Text Example
Text Example
White with #B117BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117BD; }
p { color: rgb(177,23,189); }
H1.HeaderClassName
{
color: #B117BD;
}
.AnyTagClassName
{
color: #B117BD;
}
</style>
background-color css
<style>
a { background-color: #B117BD; }
a { background-color: rgb(177,23,189); }
div.DivClassName
{
background-color: #B117BD;
}
.BgClassName
{
background-color: #B117BD;
}
</style>
border-color css
<style>
span { border-color: #B117BD; }
span { border-color: rgb(177,23,189); }
td.TdClassName
{
border-color: #B117BD;
}
.TagClassName
{
border-color: #B117BD;
}
</style>