Shades of Deep Magenta #B117C1
Tints of Deep Magenta #B117C1
RGB
CMYK
RGB Variations
Color information
#B117C1 (or 0xB117C1) is known color: Deep Magenta. HEX triplet: B1, 17 and C1. RGB value is (177,23,193). Sum of RGB (Red+Green+Blue) = 177+23+193=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #B117C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117C1 is #4EE83E. Grayscale: #575757. Windows color (decimal): -5171263 or 12654513. OLE color: 12654513.
HSL color Cylindrical-coordinate representation of color #B117C1: hue angle of 294.35º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B117C1 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 23 | 193 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.24 |
| HSL | 294.35º | 0.79% | 0.42% | - |
| HSV(B) | 294.35º | 0.88% | 0.76% | - |
| XYZ | 28.06 | 13.81 | 51.64 | - |
| YUV | 88.43 | 187.02 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 193 | 0.08 | 0.88 | 0 | 0.24 | 294.35 | 0.79 | 0.42 |
| Hex | B1 | 17 | C1 | 8 | 58 | 0 | 18 | 126 | 4F | 2A |
| Octal | 261 | 27 | 301 | 10 | 130 | 0 | 30 | 446 | 117 | 52 |
| Binary | 10110001 | 10111 | 11000001 | 1000 | 1011000 | 0 | 11000 | 100100110 | 1001111 | 101010 |
Color Harmonies of #B117C1
Complementary color
Monochromatic Colors of #B117C1
Black with #B117C1
Text Example
Text Example
White with #B117C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117C1; }
p { color: rgb(177,23,193); }
H1.HeaderClassName
{
color: #B117C1;
}
.AnyTagClassName
{
color: #B117C1;
}
</style>
background-color css
<style>
a { background-color: #B117C1; }
a { background-color: rgb(177,23,193); }
div.DivClassName
{
background-color: #B117C1;
}
.BgClassName
{
background-color: #B117C1;
}
</style>
border-color css
<style>
span { border-color: #B117C1; }
span { border-color: rgb(177,23,193); }
td.TdClassName
{
border-color: #B117C1;
}
.TagClassName
{
border-color: #B117C1;
}
</style>