Shades of Deep Magenta #B112BE
Tints of Deep Magenta #B112BE
RGB
CMYK
RGB Variations
Color information
#B112BE (or 0xB112BE) is known color: Deep Magenta. HEX triplet: B1, 12 and BE. RGB value is (177,18,190). Sum of RGB (Red+Green+Blue) = 177+18+190=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #B112BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112BE is #4EED41. Grayscale: #545454. Windows color (decimal): -5172546 or 12456625. OLE color: 12456625.
HSL color Cylindrical-coordinate representation of color #B112BE: hue angle of 295.47º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B112BE is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 18 | 190 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.25 |
| HSL | 295.47º | 0.83% | 0.41% | - |
| HSV(B) | 295.47º | 0.91% | 0.75% | - |
| XYZ | 27.64 | 13.5 | 49.86 | - |
| YUV | 85.15 | 187.18 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 190 | 0.07 | 0.91 | 0 | 0.25 | 295.47 | 0.83 | 0.41 |
| Hex | B1 | 12 | BE | 7 | 5B | 0 | 19 | 127 | 53 | 29 |
| Octal | 261 | 22 | 276 | 7 | 133 | 0 | 31 | 447 | 123 | 51 |
| Binary | 10110001 | 10010 | 10111110 | 111 | 1011011 | 0 | 11001 | 100100111 | 1010011 | 101001 |
Color Harmonies of #B112BE
Complementary color
Monochromatic Colors of #B112BE
Black with #B112BE
Text Example
Text Example
White with #B112BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112BE; }
p { color: rgb(177,18,190); }
H1.HeaderClassName
{
color: #B112BE;
}
.AnyTagClassName
{
color: #B112BE;
}
</style>
background-color css
<style>
a { background-color: #B112BE; }
a { background-color: rgb(177,18,190); }
div.DivClassName
{
background-color: #B112BE;
}
.BgClassName
{
background-color: #B112BE;
}
</style>
border-color css
<style>
span { border-color: #B112BE; }
span { border-color: rgb(177,18,190); }
td.TdClassName
{
border-color: #B112BE;
}
.TagClassName
{
border-color: #B112BE;
}
</style>