Shades of Deep Magenta #B113CD
Tints of Deep Magenta #B113CD
RGB
CMYK
RGB Variations
Color information
#B113CD (or 0xB113CD) is known color: Deep Magenta. HEX triplet: B1, 13 and CD. RGB value is (177,19,205). Sum of RGB (Red+Green+Blue) = 177+19+205=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #B113CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113CD is #4EEC32. Grayscale: #565656. Windows color (decimal): -5172275 or 13439921. OLE color: 13439921.
HSL color Cylindrical-coordinate representation of color #B113CD: hue angle of 290.97º degrees, saturation: 0.83, 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 #B113CD is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 19 | 205 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.20 |
| HSL | 290.97º | 0.83% | 0.44% | - |
| HSV(B) | 290.97º | 0.91% | 0.8% | - |
| XYZ | 29.38 | 14.22 | 58.95 | - |
| YUV | 87.45 | 194.35 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 205 | 0.14 | 0.91 | 0 | 0.20 | 290.97 | 0.83 | 0.44 |
| Hex | B1 | 13 | CD | E | 5B | 0 | 14 | 123 | 53 | 2C |
| Octal | 261 | 23 | 315 | 16 | 133 | 0 | 24 | 443 | 123 | 54 |
| Binary | 10110001 | 10011 | 11001101 | 1110 | 1011011 | 0 | 10100 | 100100011 | 1010011 | 101100 |
Color Harmonies of #B113CD
Complementary color
Monochromatic Colors of #B113CD
Black with #B113CD
Text Example
Text Example
White with #B113CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113CD; }
p { color: rgb(177,19,205); }
H1.HeaderClassName
{
color: #B113CD;
}
.AnyTagClassName
{
color: #B113CD;
}
</style>
background-color css
<style>
a { background-color: #B113CD; }
a { background-color: rgb(177,19,205); }
div.DivClassName
{
background-color: #B113CD;
}
.BgClassName
{
background-color: #B113CD;
}
</style>
border-color css
<style>
span { border-color: #B113CD; }
span { border-color: rgb(177,19,205); }
td.TdClassName
{
border-color: #B113CD;
}
.TagClassName
{
border-color: #B113CD;
}
</style>