Shades of Deep Magenta #B113B4
Tints of Deep Magenta #B113B4
RGB
CMYK
RGB Variations
Color information
#B113B4 (or 0xB113B4) is known color: Deep Magenta. HEX triplet: B1, 13 and B4. RGB value is (177,19,180). Sum of RGB (Red+Green+Blue) = 177+19+180=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #B113B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113B4 is #4EEC4B. Grayscale: #545454. Windows color (decimal): -5172300 or 11801521. OLE color: 11801521.
HSL color Cylindrical-coordinate representation of color #B113B4: hue angle of 298.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B113B4 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 19 | 180 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.29 |
| HSL | 298.88º | 0.81% | 0.39% | - |
| HSV(B) | 298.88º | 0.89% | 0.71% | - |
| XYZ | 26.6 | 13.11 | 44.31 | - |
| YUV | 84.6 | 181.85 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 180 | 0.02 | 0.89 | 0 | 0.29 | 298.88 | 0.81 | 0.39 |
| Hex | B1 | 13 | B4 | 2 | 59 | 0 | 1D | 12B | 51 | 27 |
| Octal | 261 | 23 | 264 | 2 | 131 | 0 | 35 | 453 | 121 | 47 |
| Binary | 10110001 | 10011 | 10110100 | 10 | 1011001 | 0 | 11101 | 100101011 | 1010001 | 100111 |
Color Harmonies of #B113B4
Complementary color
Monochromatic Colors of #B113B4
Black with #B113B4
Text Example
Text Example
White with #B113B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113B4; }
p { color: rgb(177,19,180); }
H1.HeaderClassName
{
color: #B113B4;
}
.AnyTagClassName
{
color: #B113B4;
}
</style>
background-color css
<style>
a { background-color: #B113B4; }
a { background-color: rgb(177,19,180); }
div.DivClassName
{
background-color: #B113B4;
}
.BgClassName
{
background-color: #B113B4;
}
</style>
border-color css
<style>
span { border-color: #B113B4; }
span { border-color: rgb(177,19,180); }
td.TdClassName
{
border-color: #B113B4;
}
.TagClassName
{
border-color: #B113B4;
}
</style>