Shades of Deep Magenta #B118CC
Tints of Deep Magenta #B118CC
RGB
CMYK
RGB Variations
Color information
#B118CC (or 0xB118CC) is known color: Deep Magenta. HEX triplet: B1, 18 and CC. RGB value is (177,24,204). Sum of RGB (Red+Green+Blue) = 177+24+204=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #B118CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B118CC is #4EE733. Grayscale: #595959. Windows color (decimal): -5170996 or 13375665. OLE color: 13375665.
HSL color Cylindrical-coordinate representation of color #B118CC: hue angle of 291º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B118CC is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 24 | 204 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.2 |
| HSL | 291º | 0.79% | 0.45% | - |
| HSV(B) | 291º | 0.88% | 0.8% | - |
| XYZ | 29.36 | 14.36 | 58.35 | - |
| YUV | 90.27 | 192.19 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 204 | 0.13 | 0.88 | 0 | 0.2 | 291 | 0.79 | 0.45 |
| Hex | B1 | 18 | CC | D | 58 | 0 | 14 | 123 | 4F | 2D |
| Octal | 261 | 30 | 314 | 15 | 130 | 0 | 24 | 443 | 117 | 55 |
| Binary | 10110001 | 11000 | 11001100 | 1101 | 1011000 | 0 | 10100 | 100100011 | 1001111 | 101101 |
Color Harmonies of #B118CC
Complementary color
Monochromatic Colors of #B118CC
Black with #B118CC
Text Example
Text Example
White with #B118CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B118CC; }
p { color: rgb(177,24,204); }
H1.HeaderClassName
{
color: #B118CC;
}
.AnyTagClassName
{
color: #B118CC;
}
</style>
background-color css
<style>
a { background-color: #B118CC; }
a { background-color: rgb(177,24,204); }
div.DivClassName
{
background-color: #B118CC;
}
.BgClassName
{
background-color: #B118CC;
}
</style>
border-color css
<style>
span { border-color: #B118CC; }
span { border-color: rgb(177,24,204); }
td.TdClassName
{
border-color: #B118CC;
}
.TagClassName
{
border-color: #B118CC;
}
</style>