Shades of Deep Magenta #B117B7
Tints of Deep Magenta #B117B7
RGB
CMYK
RGB Variations
Color information
#B117B7 (or 0xB117B7) is known color: Deep Magenta. HEX triplet: B1, 17 and B7. RGB value is (177,23,183). Sum of RGB (Red+Green+Blue) = 177+23+183=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #B117B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117B7 is #4EE848. Grayscale: #565656. Windows color (decimal): -5171273 or 11999153. OLE color: 11999153.
HSL color Cylindrical-coordinate representation of color #B117B7: hue angle of 297.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B117B7 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 23 | 183 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.28 |
| HSL | 297.75º | 0.78% | 0.4% | - |
| HSV(B) | 297.75º | 0.87% | 0.72% | - |
| XYZ | 26.99 | 13.38 | 45.96 | - |
| YUV | 87.29 | 182.02 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 183 | 0.03 | 0.87 | 0 | 0.28 | 297.75 | 0.78 | 0.4 |
| Hex | B1 | 17 | B7 | 3 | 57 | 0 | 1C | 12A | 4E | 28 |
| Octal | 261 | 27 | 267 | 3 | 127 | 0 | 34 | 452 | 116 | 50 |
| Binary | 10110001 | 10111 | 10110111 | 11 | 1010111 | 0 | 11100 | 100101010 | 1001110 | 101000 |
Color Harmonies of #B117B7
Complementary color
Monochromatic Colors of #B117B7
Black with #B117B7
Text Example
Text Example
White with #B117B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117B7; }
p { color: rgb(177,23,183); }
H1.HeaderClassName
{
color: #B117B7;
}
.AnyTagClassName
{
color: #B117B7;
}
</style>
background-color css
<style>
a { background-color: #B117B7; }
a { background-color: rgb(177,23,183); }
div.DivClassName
{
background-color: #B117B7;
}
.BgClassName
{
background-color: #B117B7;
}
</style>
border-color css
<style>
span { border-color: #B117B7; }
span { border-color: rgb(177,23,183); }
td.TdClassName
{
border-color: #B117B7;
}
.TagClassName
{
border-color: #B117B7;
}
</style>