Shades of Deep Magenta #B111C1
Tints of Deep Magenta #B111C1
RGB
CMYK
RGB Variations
Color information
#B111C1 (or 0xB111C1) is known color: Deep Magenta. HEX triplet: B1, 11 and C1. RGB value is (177,17,193). Sum of RGB (Red+Green+Blue) = 177+17+193=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #B111C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111C1 is #4EEE3E. Grayscale: #545454. Windows color (decimal): -5172799 or 12652977. OLE color: 12652977.
HSL color Cylindrical-coordinate representation of color #B111C1: hue angle of 294.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B111C1 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 17 | 193 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.24 |
| HSL | 294.55º | 0.84% | 0.41% | - |
| HSV(B) | 294.55º | 0.91% | 0.76% | - |
| XYZ | 27.96 | 13.6 | 51.6 | - |
| YUV | 84.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 193 | 0.08 | 0.91 | 0 | 0.24 | 294.55 | 0.84 | 0.41 |
| Hex | B1 | 11 | C1 | 8 | 5B | 0 | 18 | 127 | 54 | 29 |
| Octal | 261 | 21 | 301 | 10 | 133 | 0 | 30 | 447 | 124 | 51 |
| Binary | 10110001 | 10001 | 11000001 | 1000 | 1011011 | 0 | 11000 | 100100111 | 1010100 | 101001 |
Color Harmonies of #B111C1
Complementary color
Monochromatic Colors of #B111C1
Black with #B111C1
Text Example
Text Example
White with #B111C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111C1; }
p { color: rgb(177,17,193); }
H1.HeaderClassName
{
color: #B111C1;
}
.AnyTagClassName
{
color: #B111C1;
}
</style>
background-color css
<style>
a { background-color: #B111C1; }
a { background-color: rgb(177,17,193); }
div.DivClassName
{
background-color: #B111C1;
}
.BgClassName
{
background-color: #B111C1;
}
</style>
border-color css
<style>
span { border-color: #B111C1; }
span { border-color: rgb(177,17,193); }
td.TdClassName
{
border-color: #B111C1;
}
.TagClassName
{
border-color: #B111C1;
}
</style>