Shades of Deep Magenta #B111CF
Tints of Deep Magenta #B111CF
RGB
CMYK
RGB Variations
Color information
#B111CF (or 0xB111CF) is known color: Deep Magenta. HEX triplet: B1, 11 and CF. RGB value is (177,17,207). Sum of RGB (Red+Green+Blue) = 177+17+207=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #B111CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111CF is #4EEE30. Grayscale: #555555. Windows color (decimal): -5172785 or 13570481. OLE color: 13570481.
HSL color Cylindrical-coordinate representation of color #B111CF: hue angle of 290.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B111CF is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 17 | 207 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.19 |
| HSL | 290.53º | 0.85% | 0.44% | - |
| HSV(B) | 290.53º | 0.92% | 0.81% | - |
| XYZ | 29.59 | 14.25 | 60.22 | - |
| YUV | 86.5 | 196.01 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 207 | 0.14 | 0.92 | 0 | 0.19 | 290.53 | 0.85 | 0.44 |
| Hex | B1 | 11 | CF | E | 5C | 0 | 13 | 123 | 55 | 2C |
| Octal | 261 | 21 | 317 | 16 | 134 | 0 | 23 | 443 | 125 | 54 |
| Binary | 10110001 | 10001 | 11001111 | 1110 | 1011100 | 0 | 10011 | 100100011 | 1010101 | 101100 |
Color Harmonies of #B111CF
Complementary color
Monochromatic Colors of #B111CF
Black with #B111CF
Text Example
Text Example
White with #B111CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111CF; }
p { color: rgb(177,17,207); }
H1.HeaderClassName
{
color: #B111CF;
}
.AnyTagClassName
{
color: #B111CF;
}
</style>
background-color css
<style>
a { background-color: #B111CF; }
a { background-color: rgb(177,17,207); }
div.DivClassName
{
background-color: #B111CF;
}
.BgClassName
{
background-color: #B111CF;
}
</style>
border-color css
<style>
span { border-color: #B111CF; }
span { border-color: rgb(177,17,207); }
td.TdClassName
{
border-color: #B111CF;
}
.TagClassName
{
border-color: #B111CF;
}
</style>