Shades of Deep Magenta #B111CC
Tints of Deep Magenta #B111CC
RGB
CMYK
RGB Variations
Color information
#B111CC (or 0xB111CC) is known color: Deep Magenta. HEX triplet: B1, 11 and CC. RGB value is (177,17,204). Sum of RGB (Red+Green+Blue) = 177+17+204=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #B111CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111CC is #4EEE33. Grayscale: #555555. Windows color (decimal): -5172788 or 13373873. OLE color: 13373873.
HSL color Cylindrical-coordinate representation of color #B111CC: hue angle of 291.34º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B111CC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 17 | 204 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.2 |
| HSL | 291.34º | 0.85% | 0.43% | - |
| HSV(B) | 291.34º | 0.92% | 0.8% | - |
| XYZ | 29.23 | 14.11 | 58.31 | - |
| YUV | 86.16 | 194.51 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 204 | 0.13 | 0.92 | 0 | 0.2 | 291.34 | 0.85 | 0.43 |
| Hex | B1 | 11 | CC | D | 5C | 0 | 14 | 123 | 55 | 2B |
| Octal | 261 | 21 | 314 | 15 | 134 | 0 | 24 | 443 | 125 | 53 |
| Binary | 10110001 | 10001 | 11001100 | 1101 | 1011100 | 0 | 10100 | 100100011 | 1010101 | 101011 |
Color Harmonies of #B111CC
Complementary color
Monochromatic Colors of #B111CC
Black with #B111CC
Text Example
Text Example
White with #B111CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111CC; }
p { color: rgb(177,17,204); }
H1.HeaderClassName
{
color: #B111CC;
}
.AnyTagClassName
{
color: #B111CC;
}
</style>
background-color css
<style>
a { background-color: #B111CC; }
a { background-color: rgb(177,17,204); }
div.DivClassName
{
background-color: #B111CC;
}
.BgClassName
{
background-color: #B111CC;
}
</style>
border-color css
<style>
span { border-color: #B111CC; }
span { border-color: rgb(177,17,204); }
td.TdClassName
{
border-color: #B111CC;
}
.TagClassName
{
border-color: #B111CC;
}
</style>