Shades of Deep Magenta #B41DB9
Tints of Deep Magenta #B41DB9
RGB
CMYK
RGB Variations
Color information
#B41DB9 (or 0xB41DB9) is known color: Deep Magenta. HEX triplet: B4, 1D and B9. RGB value is (180,29,185). Sum of RGB (Red+Green+Blue) = 180+29+185=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #B41DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DB9 is #4BE246. Grayscale: #5B5B5B. Windows color (decimal): -4973127 or 12131764. OLE color: 12131764.
HSL color Cylindrical-coordinate representation of color #B41DB9: hue angle of 298.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41DB9 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 29 | 185 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.27 |
| HSL | 298.08º | 0.73% | 0.42% | - |
| HSV(B) | 298.08º | 0.84% | 0.73% | - |
| XYZ | 28.02 | 14.08 | 47.14 | - |
| YUV | 91.93 | 180.53 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 185 | 0.03 | 0.84 | 0 | 0.27 | 298.08 | 0.73 | 0.42 |
| Hex | B4 | 1D | B9 | 3 | 54 | 0 | 1B | 12A | 49 | 2A |
| Octal | 264 | 35 | 271 | 3 | 124 | 0 | 33 | 452 | 111 | 52 |
| Binary | 10110100 | 11101 | 10111001 | 11 | 1010100 | 0 | 11011 | 100101010 | 1001001 | 101010 |
Color Harmonies of #B41DB9
Complementary color
Monochromatic Colors of #B41DB9
Black with #B41DB9
Text Example
Text Example
White with #B41DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41DB9; }
p { color: rgb(180,29,185); }
H1.HeaderClassName
{
color: #B41DB9;
}
.AnyTagClassName
{
color: #B41DB9;
}
</style>
background-color css
<style>
a { background-color: #B41DB9; }
a { background-color: rgb(180,29,185); }
div.DivClassName
{
background-color: #B41DB9;
}
.BgClassName
{
background-color: #B41DB9;
}
</style>
border-color css
<style>
span { border-color: #B41DB9; }
span { border-color: rgb(180,29,185); }
td.TdClassName
{
border-color: #B41DB9;
}
.TagClassName
{
border-color: #B41DB9;
}
</style>