Shades of Deep Magenta #B41DB5
Tints of Deep Magenta #B41DB5
RGB
CMYK
RGB Variations
Color information
#B41DB5 (or 0xB41DB5) is known color: Deep Magenta. HEX triplet: B4, 1D and B5. RGB value is (180,29,181). Sum of RGB (Red+Green+Blue) = 180+29+181=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #B41DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DB5 is #4BE24A. Grayscale: #5B5B5B. Windows color (decimal): -4973131 or 11869620. OLE color: 11869620.
HSL color Cylindrical-coordinate representation of color #B41DB5: hue angle of 299.61º 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 #B41DB5 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 29 | 181 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.29 |
| HSL | 299.61º | 0.72% | 0.41% | - |
| HSV(B) | 299.61º | 0.84% | 0.71% | - |
| XYZ | 27.6 | 13.92 | 44.95 | - |
| YUV | 91.48 | 178.53 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 181 | 0.01 | 0.84 | 0 | 0.29 | 299.61 | 0.72 | 0.41 |
| Hex | B4 | 1D | B5 | 1 | 54 | 0 | 1D | 12C | 48 | 29 |
| Octal | 264 | 35 | 265 | 1 | 124 | 0 | 35 | 454 | 110 | 51 |
| Binary | 10110100 | 11101 | 10110101 | 1 | 1010100 | 0 | 11101 | 100101100 | 1001000 | 101001 |
Color Harmonies of #B41DB5
Complementary color
Monochromatic Colors of #B41DB5
Black with #B41DB5
Text Example
Text Example
White with #B41DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41DB5; }
p { color: rgb(180,29,181); }
H1.HeaderClassName
{
color: #B41DB5;
}
.AnyTagClassName
{
color: #B41DB5;
}
</style>
background-color css
<style>
a { background-color: #B41DB5; }
a { background-color: rgb(180,29,181); }
div.DivClassName
{
background-color: #B41DB5;
}
.BgClassName
{
background-color: #B41DB5;
}
</style>
border-color css
<style>
span { border-color: #B41DB5; }
span { border-color: rgb(180,29,181); }
td.TdClassName
{
border-color: #B41DB5;
}
.TagClassName
{
border-color: #B41DB5;
}
</style>