Shades of Deep Magenta #B400D8
Tints of Deep Magenta #B400D8
RGB
CMYK
RGB Variations
Color information
#B400D8 (or 0xB400D8) is known color: Deep Magenta. HEX triplet: B4, 00 and D8. RGB value is (180,0,216). Sum of RGB (Red+Green+Blue) = 180+0+216=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #B400D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400D8 is #4BFF27. Grayscale: #4D4D4D. Windows color (decimal): -4980520 or 14155956. OLE color: 14155956.
HSL color Cylindrical-coordinate representation of color #B400D8: hue angle of 290º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400D8 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 0 | 216 | - |
| CMYK | 0.17 | 1 | 0 | 0.15 |
| HSL | 290º | 1% | 0.42% | - |
| HSV(B) | 290º | 1% | 0.85% | - |
| XYZ | 31.22 | 14.66 | 66.15 | - |
| YUV | 78.44 | 205.63 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 216 | 0.17 | 1 | 0 | 0.15 | 290 | 1 | 0.42 |
| Hex | B4 | 0 | D8 | 11 | 64 | 0 | F | 122 | 64 | 2A |
| Octal | 264 | 0 | 330 | 21 | 144 | 0 | 17 | 442 | 144 | 52 |
| Binary | 10110100 | 0 | 11011000 | 10001 | 1100100 | 0 | 1111 | 100100010 | 1100100 | 101010 |
Color Harmonies of #B400D8
Complementary color
Monochromatic Colors of #B400D8
Black with #B400D8
Text Example
Text Example
White with #B400D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400D8; }
p { color: rgb(180,0,216); }
H1.HeaderClassName
{
color: #B400D8;
}
.AnyTagClassName
{
color: #B400D8;
}
</style>
background-color css
<style>
a { background-color: #B400D8; }
a { background-color: rgb(180,0,216); }
div.DivClassName
{
background-color: #B400D8;
}
.BgClassName
{
background-color: #B400D8;
}
</style>
border-color css
<style>
span { border-color: #B400D8; }
span { border-color: rgb(180,0,216); }
td.TdClassName
{
border-color: #B400D8;
}
.TagClassName
{
border-color: #B400D8;
}
</style>