Shades of Deep Magenta #B40FDE
Tints of Deep Magenta #B40FDE
RGB
CMYK
RGB Variations
Color information
#B40FDE (or 0xB40FDE) is known color: Deep Magenta. HEX triplet: B4, 0F and DE. RGB value is (180,15,222). Sum of RGB (Red+Green+Blue) = 180+15+222=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #B40FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FDE is #4BF021. Grayscale: #575757. Windows color (decimal): -4976674 or 14553012. OLE color: 14553012.
HSL color Cylindrical-coordinate representation of color #B40FDE: hue angle of 287.83º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40FDE is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 15 | 222 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.13 |
| HSL | 287.83º | 0.87% | 0.46% | - |
| HSV(B) | 287.83º | 0.93% | 0.87% | - |
| XYZ | 32.18 | 15.32 | 70.37 | - |
| YUV | 87.93 | 203.66 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 222 | 0.19 | 0.93 | 0 | 0.13 | 287.83 | 0.87 | 0.46 |
| Hex | B4 | F | DE | 13 | 5D | 0 | D | 120 | 57 | 2E |
| Octal | 264 | 17 | 336 | 23 | 135 | 0 | 15 | 440 | 127 | 56 |
| Binary | 10110100 | 1111 | 11011110 | 10011 | 1011101 | 0 | 1101 | 100100000 | 1010111 | 101110 |
Color Harmonies of #B40FDE
Complementary color
Monochromatic Colors of #B40FDE
Black with #B40FDE
Text Example
Text Example
White with #B40FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FDE; }
p { color: rgb(180,15,222); }
H1.HeaderClassName
{
color: #B40FDE;
}
.AnyTagClassName
{
color: #B40FDE;
}
</style>
background-color css
<style>
a { background-color: #B40FDE; }
a { background-color: rgb(180,15,222); }
div.DivClassName
{
background-color: #B40FDE;
}
.BgClassName
{
background-color: #B40FDE;
}
</style>
border-color css
<style>
span { border-color: #B40FDE; }
span { border-color: rgb(180,15,222); }
td.TdClassName
{
border-color: #B40FDE;
}
.TagClassName
{
border-color: #B40FDE;
}
</style>