Shades of Deep Magenta #B110CF
Tints of Deep Magenta #B110CF
RGB
CMYK
RGB Variations
Color information
#B110CF (or 0xB110CF) is known color: Deep Magenta. HEX triplet: B1, 10 and CF. RGB value is (177,16,207). Sum of RGB (Red+Green+Blue) = 177+16+207=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #B110CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110CF is #4EEF30. Grayscale: #555555. Windows color (decimal): -5173041 or 13570225. OLE color: 13570225.
HSL color Cylindrical-coordinate representation of color #B110CF: hue angle of 290.58º degrees, saturation: 0.86, 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 #B110CF is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 16 | 207 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.19 |
| HSL | 290.58º | 0.86% | 0.44% | - |
| HSV(B) | 290.58º | 0.92% | 0.81% | - |
| XYZ | 29.58 | 14.22 | 60.22 | - |
| YUV | 85.91 | 196.34 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 207 | 0.14 | 0.92 | 0 | 0.19 | 290.58 | 0.86 | 0.44 |
| Hex | B1 | 10 | CF | E | 5C | 0 | 13 | 123 | 56 | 2C |
| Octal | 261 | 20 | 317 | 16 | 134 | 0 | 23 | 443 | 126 | 54 |
| Binary | 10110001 | 10000 | 11001111 | 1110 | 1011100 | 0 | 10011 | 100100011 | 1010110 | 101100 |
Color Harmonies of #B110CF
Complementary color
Monochromatic Colors of #B110CF
Black with #B110CF
Text Example
Text Example
White with #B110CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110CF; }
p { color: rgb(177,16,207); }
H1.HeaderClassName
{
color: #B110CF;
}
.AnyTagClassName
{
color: #B110CF;
}
</style>
background-color css
<style>
a { background-color: #B110CF; }
a { background-color: rgb(177,16,207); }
div.DivClassName
{
background-color: #B110CF;
}
.BgClassName
{
background-color: #B110CF;
}
</style>
border-color css
<style>
span { border-color: #B110CF; }
span { border-color: rgb(177,16,207); }
td.TdClassName
{
border-color: #B110CF;
}
.TagClassName
{
border-color: #B110CF;
}
</style>