Shades of Deep Magenta #B413D9
Tints of Deep Magenta #B413D9
RGB
CMYK
RGB Variations
Color information
#B413D9 (or 0xB413D9) is known color: Deep Magenta. HEX triplet: B4, 13 and D9. RGB value is (180,19,217). Sum of RGB (Red+Green+Blue) = 180+19+217=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 217 (85.16% from 255 or 52.16% from 416); Max value from RGB is 217 - color contains mainly: blue. Hex color #B413D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413D9 is #4BEC26. Grayscale: #595959. Windows color (decimal): -4975655 or 14226356. OLE color: 14226356.
HSL color Cylindrical-coordinate representation of color #B413D9: hue angle of 288.79º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B413D9 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 19 | 217 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.15 |
| HSL | 288.79º | 0.84% | 0.46% | - |
| HSV(B) | 288.79º | 0.91% | 0.85% | - |
| XYZ | 31.58 | 15.18 | 66.91 | - |
| YUV | 89.71 | 199.84 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 217 | 0.17 | 0.91 | 0 | 0.15 | 288.79 | 0.84 | 0.46 |
| Hex | B4 | 13 | D9 | 11 | 5B | 0 | F | 121 | 54 | 2E |
| Octal | 264 | 23 | 331 | 21 | 133 | 0 | 17 | 441 | 124 | 56 |
| Binary | 10110100 | 10011 | 11011001 | 10001 | 1011011 | 0 | 1111 | 100100001 | 1010100 | 101110 |
Color Harmonies of #B413D9
Complementary color
Monochromatic Colors of #B413D9
Black with #B413D9
Text Example
Text Example
White with #B413D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413D9; }
p { color: rgb(180,19,217); }
H1.HeaderClassName
{
color: #B413D9;
}
.AnyTagClassName
{
color: #B413D9;
}
</style>
background-color css
<style>
a { background-color: #B413D9; }
a { background-color: rgb(180,19,217); }
div.DivClassName
{
background-color: #B413D9;
}
.BgClassName
{
background-color: #B413D9;
}
</style>
border-color css
<style>
span { border-color: #B413D9; }
span { border-color: rgb(180,19,217); }
td.TdClassName
{
border-color: #B413D9;
}
.TagClassName
{
border-color: #B413D9;
}
</style>