Shades of Deep Magenta #B011C8
Tints of Deep Magenta #B011C8
RGB
CMYK
RGB Variations
Color information
#B011C8 (or 0xB011C8) is known color: Deep Magenta. HEX triplet: B0, 11 and C8. RGB value is (176,17,200). Sum of RGB (Red+Green+Blue) = 176+17+200=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #B011C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011C8 is #4FEE37. Grayscale: #545454. Windows color (decimal): -5238328 or 13111728. OLE color: 13111728.
HSL color Cylindrical-coordinate representation of color #B011C8: hue angle of 292.13º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B011C8 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 17 | 200 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.22 |
| HSL | 292.13º | 0.84% | 0.43% | - |
| HSV(B) | 292.13º | 0.92% | 0.78% | - |
| XYZ | 28.53 | 13.8 | 55.8 | - |
| YUV | 85.4 | 192.68 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 200 | 0.12 | 0.92 | 0 | 0.22 | 292.13 | 0.84 | 0.43 |
| Hex | B0 | 11 | C8 | C | 5C | 0 | 16 | 124 | 54 | 2B |
| Octal | 260 | 21 | 310 | 14 | 134 | 0 | 26 | 444 | 124 | 53 |
| Binary | 10110000 | 10001 | 11001000 | 1100 | 1011100 | 0 | 10110 | 100100100 | 1010100 | 101011 |
Color Harmonies of #B011C8
Complementary color
Monochromatic Colors of #B011C8
Black with #B011C8
Text Example
Text Example
White with #B011C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B011C8; }
p { color: rgb(176,17,200); }
H1.HeaderClassName
{
color: #B011C8;
}
.AnyTagClassName
{
color: #B011C8;
}
</style>
background-color css
<style>
a { background-color: #B011C8; }
a { background-color: rgb(176,17,200); }
div.DivClassName
{
background-color: #B011C8;
}
.BgClassName
{
background-color: #B011C8;
}
</style>
border-color css
<style>
span { border-color: #B011C8; }
span { border-color: rgb(176,17,200); }
td.TdClassName
{
border-color: #B011C8;
}
.TagClassName
{
border-color: #B011C8;
}
</style>