Shades of Deep Magenta #B415D9
Tints of Deep Magenta #B415D9
RGB
CMYK
RGB Variations
Color information
#B415D9 (or 0xB415D9) is known color: Deep Magenta. HEX triplet: B4, 15 and D9. RGB value is (180,21,217). Sum of RGB (Red+Green+Blue) = 180+21+217=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 217 (85.16% from 255 or 51.91% from 418); Max value from RGB is 217 - color contains mainly: blue. Hex color #B415D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B415D9 is #4BEA26. Grayscale: #5A5A5A. Windows color (decimal): -4975143 or 14226868. OLE color: 14226868.
HSL color Cylindrical-coordinate representation of color #B415D9: hue angle of 288.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B415D9 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 21 | 217 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.15 |
| HSL | 288.67º | 0.82% | 0.47% | - |
| HSV(B) | 288.67º | 0.9% | 0.85% | - |
| XYZ | 31.61 | 15.25 | 66.92 | - |
| YUV | 90.89 | 199.18 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 21 | 217 | 0.17 | 0.90 | 0 | 0.15 | 288.67 | 0.82 | 0.47 |
| Hex | B4 | 15 | D9 | 11 | 5A | 0 | F | 121 | 52 | 2F |
| Octal | 264 | 25 | 331 | 21 | 132 | 0 | 17 | 441 | 122 | 57 |
| Binary | 10110100 | 10101 | 11011001 | 10001 | 1011010 | 0 | 1111 | 100100001 | 1010010 | 101111 |
Color Harmonies of #B415D9
Complementary color
Monochromatic Colors of #B415D9
Black with #B415D9
Text Example
Text Example
White with #B415D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B415D9; }
p { color: rgb(180,21,217); }
H1.HeaderClassName
{
color: #B415D9;
}
.AnyTagClassName
{
color: #B415D9;
}
</style>
background-color css
<style>
a { background-color: #B415D9; }
a { background-color: rgb(180,21,217); }
div.DivClassName
{
background-color: #B415D9;
}
.BgClassName
{
background-color: #B415D9;
}
</style>
border-color css
<style>
span { border-color: #B415D9; }
span { border-color: rgb(180,21,217); }
td.TdClassName
{
border-color: #B415D9;
}
.TagClassName
{
border-color: #B415D9;
}
</style>