Shades of Deep Magenta #B110B2
Tints of Deep Magenta #B110B2
RGB
CMYK
RGB Variations
Color information
#B110B2 (or 0xB110B2) is known color: Deep Magenta. HEX triplet: B1, 10 and B2. RGB value is (177,16,178). Sum of RGB (Red+Green+Blue) = 177+16+178=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #B110B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B110B2 is #4EEF4D. Grayscale: #525252. Windows color (decimal): -5173070 or 11669681. OLE color: 11669681.
HSL color Cylindrical-coordinate representation of color #B110B2: hue angle of 299.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B110B2 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 16 | 178 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.30 |
| HSL | 299.63º | 0.84% | 0.38% | - |
| HSV(B) | 299.63º | 0.91% | 0.7% | - |
| XYZ | 26.35 | 12.93 | 43.23 | - |
| YUV | 82.61 | 181.84 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 178 | 0.01 | 0.91 | 0 | 0.30 | 299.63 | 0.84 | 0.38 |
| Hex | B1 | 10 | B2 | 1 | 5B | 0 | 1E | 12C | 54 | 26 |
| Octal | 261 | 20 | 262 | 1 | 133 | 0 | 36 | 454 | 124 | 46 |
| Binary | 10110001 | 10000 | 10110010 | 1 | 1011011 | 0 | 11110 | 100101100 | 1010100 | 100110 |
Color Harmonies of #B110B2
Complementary color
Monochromatic Colors of #B110B2
Black with #B110B2
Text Example
Text Example
White with #B110B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110B2; }
p { color: rgb(177,16,178); }
H1.HeaderClassName
{
color: #B110B2;
}
.AnyTagClassName
{
color: #B110B2;
}
</style>
background-color css
<style>
a { background-color: #B110B2; }
a { background-color: rgb(177,16,178); }
div.DivClassName
{
background-color: #B110B2;
}
.BgClassName
{
background-color: #B110B2;
}
</style>
border-color css
<style>
span { border-color: #B110B2; }
span { border-color: rgb(177,16,178); }
td.TdClassName
{
border-color: #B110B2;
}
.TagClassName
{
border-color: #B110B2;
}
</style>