Shades of Deep Magenta #B117B4
Tints of Deep Magenta #B117B4
RGB
CMYK
RGB Variations
Color information
#B117B4 (or 0xB117B4) is known color: Deep Magenta. HEX triplet: B1, 17 and B4. RGB value is (177,23,180). Sum of RGB (Red+Green+Blue) = 177+23+180=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #B117B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117B4 is #4EE84B. Grayscale: #565656. Windows color (decimal): -5171276 or 11802545. OLE color: 11802545.
HSL color Cylindrical-coordinate representation of color #B117B4: hue angle of 298.85º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B117B4 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 23 | 180 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.29 |
| HSL | 298.85º | 0.77% | 0.4% | - |
| HSV(B) | 298.85º | 0.87% | 0.71% | - |
| XYZ | 26.68 | 13.26 | 44.33 | - |
| YUV | 86.94 | 180.52 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 180 | 0.02 | 0.87 | 0 | 0.29 | 298.85 | 0.77 | 0.4 |
| Hex | B1 | 17 | B4 | 2 | 57 | 0 | 1D | 12B | 4D | 28 |
| Octal | 261 | 27 | 264 | 2 | 127 | 0 | 35 | 453 | 115 | 50 |
| Binary | 10110001 | 10111 | 10110100 | 10 | 1010111 | 0 | 11101 | 100101011 | 1001101 | 101000 |
Color Harmonies of #B117B4
Complementary color
Monochromatic Colors of #B117B4
Black with #B117B4
Text Example
Text Example
White with #B117B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117B4; }
p { color: rgb(177,23,180); }
H1.HeaderClassName
{
color: #B117B4;
}
.AnyTagClassName
{
color: #B117B4;
}
</style>
background-color css
<style>
a { background-color: #B117B4; }
a { background-color: rgb(177,23,180); }
div.DivClassName
{
background-color: #B117B4;
}
.BgClassName
{
background-color: #B117B4;
}
</style>
border-color css
<style>
span { border-color: #B117B4; }
span { border-color: rgb(177,23,180); }
td.TdClassName
{
border-color: #B117B4;
}
.TagClassName
{
border-color: #B117B4;
}
</style>