Shades of Deep Magenta #B41DAC
Tints of Deep Magenta #B41DAC
RGB
CMYK
RGB Variations
Color information
#B41DAC (or 0xB41DAC) is known color: Deep Magenta. HEX triplet: B4, 1D and AC. RGB value is (180,29,172). Sum of RGB (Red+Green+Blue) = 180+29+172=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B41DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41DAC is #4BE253. Grayscale: #5A5A5A. Windows color (decimal): -4973140 or 11279796. OLE color: 11279796.
HSL color Cylindrical-coordinate representation of color #B41DAC: hue angle of 303.18º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41DAC is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 29 | 172 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.29 |
| HSL | 303.18º | 0.72% | 0.41% | - |
| HSV(B) | 303.18º | 0.84% | 0.71% | - |
| XYZ | 26.71 | 13.56 | 40.24 | - |
| YUV | 90.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 172 | 0 | 0.84 | 0.04 | 0.29 | 303.18 | 0.72 | 0.41 |
| Hex | B4 | 1D | AC | 0 | 54 | 4 | 1D | 12F | 48 | 29 |
| Octal | 264 | 35 | 254 | 0 | 124 | 4 | 35 | 457 | 110 | 51 |
| Binary | 10110100 | 11101 | 10101100 | 0 | 1010100 | 100 | 11101 | 100101111 | 1001000 | 101001 |
Color Harmonies of #B41DAC
Complementary color
Monochromatic Colors of #B41DAC
Black with #B41DAC
Text Example
Text Example
White with #B41DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41DAC; }
p { color: rgb(180,29,172); }
H1.HeaderClassName
{
color: #B41DAC;
}
.AnyTagClassName
{
color: #B41DAC;
}
</style>
background-color css
<style>
a { background-color: #B41DAC; }
a { background-color: rgb(180,29,172); }
div.DivClassName
{
background-color: #B41DAC;
}
.BgClassName
{
background-color: #B41DAC;
}
</style>
border-color css
<style>
span { border-color: #B41DAC; }
span { border-color: rgb(180,29,172); }
td.TdClassName
{
border-color: #B41DAC;
}
.TagClassName
{
border-color: #B41DAC;
}
</style>