Shades of Deep Magenta #B112CF
Tints of Deep Magenta #B112CF
RGB
CMYK
RGB Variations
Color information
#B112CF (or 0xB112CF) is known color: Deep Magenta. HEX triplet: B1, 12 and CF. RGB value is (177,18,207). Sum of RGB (Red+Green+Blue) = 177+18+207=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #B112CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112CF is #4EED30. Grayscale: #565656. Windows color (decimal): -5172529 or 13570737. OLE color: 13570737.
HSL color Cylindrical-coordinate representation of color #B112CF: hue angle of 290.48º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B112CF is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 18 | 207 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.19 |
| HSL | 290.48º | 0.84% | 0.44% | - |
| HSV(B) | 290.48º | 0.91% | 0.81% | - |
| XYZ | 29.61 | 14.28 | 60.23 | - |
| YUV | 87.09 | 195.68 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 207 | 0.14 | 0.91 | 0 | 0.19 | 290.48 | 0.84 | 0.44 |
| Hex | B1 | 12 | CF | E | 5B | 0 | 13 | 122 | 54 | 2C |
| Octal | 261 | 22 | 317 | 16 | 133 | 0 | 23 | 442 | 124 | 54 |
| Binary | 10110001 | 10010 | 11001111 | 1110 | 1011011 | 0 | 10011 | 100100010 | 1010100 | 101100 |
Color Harmonies of #B112CF
Complementary color
Monochromatic Colors of #B112CF
Black with #B112CF
Text Example
Text Example
White with #B112CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112CF; }
p { color: rgb(177,18,207); }
H1.HeaderClassName
{
color: #B112CF;
}
.AnyTagClassName
{
color: #B112CF;
}
</style>
background-color css
<style>
a { background-color: #B112CF; }
a { background-color: rgb(177,18,207); }
div.DivClassName
{
background-color: #B112CF;
}
.BgClassName
{
background-color: #B112CF;
}
</style>
border-color css
<style>
span { border-color: #B112CF; }
span { border-color: rgb(177,18,207); }
td.TdClassName
{
border-color: #B112CF;
}
.TagClassName
{
border-color: #B112CF;
}
</style>