Shades of Deep Magenta #B404D8
Tints of Deep Magenta #B404D8
RGB
CMYK
RGB Variations
Color information
#B404D8 (or 0xB404D8) is known color: Deep Magenta. HEX triplet: B4, 04 and D8. RGB value is (180,4,216). Sum of RGB (Red+Green+Blue) = 180+4+216=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #B404D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B404D8 is #4BFB27. Grayscale: #505050. Windows color (decimal): -4979496 or 14156980. OLE color: 14156980.
HSL color Cylindrical-coordinate representation of color #B404D8: hue angle of 289.81º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B404D8 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 4 | 216 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.15 |
| HSL | 289.81º | 0.96% | 0.43% | - |
| HSV(B) | 289.81º | 0.98% | 0.85% | - |
| XYZ | 31.26 | 14.75 | 66.16 | - |
| YUV | 80.79 | 204.31 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 216 | 0.17 | 0.98 | 0 | 0.15 | 289.81 | 0.96 | 0.43 |
| Hex | B4 | 4 | D8 | 11 | 62 | 0 | F | 122 | 60 | 2B |
| Octal | 264 | 4 | 330 | 21 | 142 | 0 | 17 | 442 | 140 | 53 |
| Binary | 10110100 | 100 | 11011000 | 10001 | 1100010 | 0 | 1111 | 100100010 | 1100000 | 101011 |
Color Harmonies of #B404D8
Complementary color
Monochromatic Colors of #B404D8
Black with #B404D8
Text Example
Text Example
White with #B404D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404D8; }
p { color: rgb(180,4,216); }
H1.HeaderClassName
{
color: #B404D8;
}
.AnyTagClassName
{
color: #B404D8;
}
</style>
background-color css
<style>
a { background-color: #B404D8; }
a { background-color: rgb(180,4,216); }
div.DivClassName
{
background-color: #B404D8;
}
.BgClassName
{
background-color: #B404D8;
}
</style>
border-color css
<style>
span { border-color: #B404D8; }
span { border-color: rgb(180,4,216); }
td.TdClassName
{
border-color: #B404D8;
}
.TagClassName
{
border-color: #B404D8;
}
</style>