Shades of Deep Magenta #B113BD
Tints of Deep Magenta #B113BD
RGB
CMYK
RGB Variations
Color information
#B113BD (or 0xB113BD) is known color: Deep Magenta. HEX triplet: B1, 13 and BD. RGB value is (177,19,189). Sum of RGB (Red+Green+Blue) = 177+19+189=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #B113BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113BD is #4EEC42. Grayscale: #555555. Windows color (decimal): -5172291 or 12391345. OLE color: 12391345.
HSL color Cylindrical-coordinate representation of color #B113BD: hue angle of 295.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B113BD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 19 | 189 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.26 |
| HSL | 295.76º | 0.82% | 0.41% | - |
| HSV(B) | 295.76º | 0.9% | 0.74% | - |
| XYZ | 27.55 | 13.49 | 49.3 | - |
| YUV | 85.62 | 186.35 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 189 | 0.06 | 0.90 | 0 | 0.26 | 295.76 | 0.82 | 0.41 |
| Hex | B1 | 13 | BD | 6 | 5A | 0 | 1A | 128 | 52 | 29 |
| Octal | 261 | 23 | 275 | 6 | 132 | 0 | 32 | 450 | 122 | 51 |
| Binary | 10110001 | 10011 | 10111101 | 110 | 1011010 | 0 | 11010 | 100101000 | 1010010 | 101001 |
Color Harmonies of #B113BD
Complementary color
Monochromatic Colors of #B113BD
Black with #B113BD
Text Example
Text Example
White with #B113BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113BD; }
p { color: rgb(177,19,189); }
H1.HeaderClassName
{
color: #B113BD;
}
.AnyTagClassName
{
color: #B113BD;
}
</style>
background-color css
<style>
a { background-color: #B113BD; }
a { background-color: rgb(177,19,189); }
div.DivClassName
{
background-color: #B113BD;
}
.BgClassName
{
background-color: #B113BD;
}
</style>
border-color css
<style>
span { border-color: #B113BD; }
span { border-color: rgb(177,19,189); }
td.TdClassName
{
border-color: #B113BD;
}
.TagClassName
{
border-color: #B113BD;
}
</style>