Shades of Deep Magenta #B112B7
Tints of Deep Magenta #B112B7
RGB
CMYK
RGB Variations
Color information
#B112B7 (or 0xB112B7) is known color: Deep Magenta. HEX triplet: B1, 12 and B7. RGB value is (177,18,183). Sum of RGB (Red+Green+Blue) = 177+18+183=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #B112B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112B7 is #4EED48. Grayscale: #535353. Windows color (decimal): -5172553 or 11997873. OLE color: 11997873.
HSL color Cylindrical-coordinate representation of color #B112B7: hue angle of 297.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B112B7 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 18 | 183 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.28 |
| HSL | 297.82º | 0.82% | 0.39% | - |
| HSV(B) | 297.82º | 0.9% | 0.72% | - |
| XYZ | 26.9 | 13.2 | 45.93 | - |
| YUV | 84.35 | 183.68 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 183 | 0.03 | 0.90 | 0 | 0.28 | 297.82 | 0.82 | 0.39 |
| Hex | B1 | 12 | B7 | 3 | 5A | 0 | 1C | 12A | 52 | 27 |
| Octal | 261 | 22 | 267 | 3 | 132 | 0 | 34 | 452 | 122 | 47 |
| Binary | 10110001 | 10010 | 10110111 | 11 | 1011010 | 0 | 11100 | 100101010 | 1010010 | 100111 |
Color Harmonies of #B112B7
Complementary color
Monochromatic Colors of #B112B7
Black with #B112B7
Text Example
Text Example
White with #B112B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112B7; }
p { color: rgb(177,18,183); }
H1.HeaderClassName
{
color: #B112B7;
}
.AnyTagClassName
{
color: #B112B7;
}
</style>
background-color css
<style>
a { background-color: #B112B7; }
a { background-color: rgb(177,18,183); }
div.DivClassName
{
background-color: #B112B7;
}
.BgClassName
{
background-color: #B112B7;
}
</style>
border-color css
<style>
span { border-color: #B112B7; }
span { border-color: rgb(177,18,183); }
td.TdClassName
{
border-color: #B112B7;
}
.TagClassName
{
border-color: #B112B7;
}
</style>