Shades of Deep Magenta #B112CD
Tints of Deep Magenta #B112CD
RGB
CMYK
RGB Variations
Color information
#B112CD (or 0xB112CD) is known color: Deep Magenta. HEX triplet: B1, 12 and CD. RGB value is (177,18,205). Sum of RGB (Red+Green+Blue) = 177+18+205=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #B112CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112CD is #4EED32. Grayscale: #565656. Windows color (decimal): -5172531 or 13439665. OLE color: 13439665.
HSL color Cylindrical-coordinate representation of color #B112CD: hue angle of 291.02º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B112CD is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 18 | 205 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.20 |
| HSL | 291.02º | 0.84% | 0.44% | - |
| HSV(B) | 291.02º | 0.91% | 0.8% | - |
| XYZ | 29.37 | 14.19 | 58.95 | - |
| YUV | 86.86 | 194.68 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 205 | 0.14 | 0.91 | 0 | 0.20 | 291.02 | 0.84 | 0.44 |
| Hex | B1 | 12 | CD | E | 5B | 0 | 14 | 123 | 54 | 2C |
| Octal | 261 | 22 | 315 | 16 | 133 | 0 | 24 | 443 | 124 | 54 |
| Binary | 10110001 | 10010 | 11001101 | 1110 | 1011011 | 0 | 10100 | 100100011 | 1010100 | 101100 |
Color Harmonies of #B112CD
Complementary color
Monochromatic Colors of #B112CD
Black with #B112CD
Text Example
Text Example
White with #B112CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112CD; }
p { color: rgb(177,18,205); }
H1.HeaderClassName
{
color: #B112CD;
}
.AnyTagClassName
{
color: #B112CD;
}
</style>
background-color css
<style>
a { background-color: #B112CD; }
a { background-color: rgb(177,18,205); }
div.DivClassName
{
background-color: #B112CD;
}
.BgClassName
{
background-color: #B112CD;
}
</style>
border-color css
<style>
span { border-color: #B112CD; }
span { border-color: rgb(177,18,205); }
td.TdClassName
{
border-color: #B112CD;
}
.TagClassName
{
border-color: #B112CD;
}
</style>