Shades of Deep Magenta #B117CF
Tints of Deep Magenta #B117CF
RGB
CMYK
RGB Variations
Color information
#B117CF (or 0xB117CF) is known color: Deep Magenta. HEX triplet: B1, 17 and CF. RGB value is (177,23,207). Sum of RGB (Red+Green+Blue) = 177+23+207=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #B117CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117CF is #4EE830. Grayscale: #595959. Windows color (decimal): -5171249 or 13572017. OLE color: 13572017.
HSL color Cylindrical-coordinate representation of color #B117CF: hue angle of 290.22º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B117CF is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 23 | 207 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.19 |
| HSL | 290.22º | 0.8% | 0.45% | - |
| HSV(B) | 290.22º | 0.89% | 0.81% | - |
| XYZ | 29.7 | 14.46 | 60.26 | - |
| YUV | 90.02 | 194.02 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 207 | 0.14 | 0.89 | 0 | 0.19 | 290.22 | 0.8 | 0.45 |
| Hex | B1 | 17 | CF | E | 59 | 0 | 13 | 122 | 50 | 2D |
| Octal | 261 | 27 | 317 | 16 | 131 | 0 | 23 | 442 | 120 | 55 |
| Binary | 10110001 | 10111 | 11001111 | 1110 | 1011001 | 0 | 10011 | 100100010 | 1010000 | 101101 |
Color Harmonies of #B117CF
Complementary color
Monochromatic Colors of #B117CF
Black with #B117CF
Text Example
Text Example
White with #B117CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117CF; }
p { color: rgb(177,23,207); }
H1.HeaderClassName
{
color: #B117CF;
}
.AnyTagClassName
{
color: #B117CF;
}
</style>
background-color css
<style>
a { background-color: #B117CF; }
a { background-color: rgb(177,23,207); }
div.DivClassName
{
background-color: #B117CF;
}
.BgClassName
{
background-color: #B117CF;
}
</style>
border-color css
<style>
span { border-color: #B117CF; }
span { border-color: rgb(177,23,207); }
td.TdClassName
{
border-color: #B117CF;
}
.TagClassName
{
border-color: #B117CF;
}
</style>