Shades of Deep Magenta #B400D5
Tints of Deep Magenta #B400D5
RGB
CMYK
RGB Variations
Color information
#B400D5 (or 0xB400D5) is known color: Deep Magenta. HEX triplet: B4, 00 and D5. RGB value is (180,0,213). Sum of RGB (Red+Green+Blue) = 180+0+213=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 213 (83.59% from 255 or 54.20% from 393); Max value from RGB is 213 - color contains mainly: blue. Hex color #B400D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400D5 is #4BFF2A. Grayscale: #4D4D4D. Windows color (decimal): -4980523 or 13959348. OLE color: 13959348.
HSL color Cylindrical-coordinate representation of color #B400D5: hue angle of 290.7º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400D5 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 0 | 213 | - |
| CMYK | 0.15 | 1 | 0 | 0.16 |
| HSL | 290.7º | 1% | 0.42% | - |
| HSV(B) | 290.7º | 1% | 0.84% | - |
| XYZ | 30.83 | 14.51 | 64.13 | - |
| YUV | 78.1 | 204.13 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 213 | 0.15 | 1 | 0 | 0.16 | 290.7 | 1 | 0.42 |
| Hex | B4 | 0 | D5 | F | 64 | 0 | 10 | 123 | 64 | 2A |
| Octal | 264 | 0 | 325 | 17 | 144 | 0 | 20 | 443 | 144 | 52 |
| Binary | 10110100 | 0 | 11010101 | 1111 | 1100100 | 0 | 10000 | 100100011 | 1100100 | 101010 |
Color Harmonies of #B400D5
Complementary color
Monochromatic Colors of #B400D5
Black with #B400D5
Text Example
Text Example
White with #B400D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400D5; }
p { color: rgb(180,0,213); }
H1.HeaderClassName
{
color: #B400D5;
}
.AnyTagClassName
{
color: #B400D5;
}
</style>
background-color css
<style>
a { background-color: #B400D5; }
a { background-color: rgb(180,0,213); }
div.DivClassName
{
background-color: #B400D5;
}
.BgClassName
{
background-color: #B400D5;
}
</style>
border-color css
<style>
span { border-color: #B400D5; }
span { border-color: rgb(180,0,213); }
td.TdClassName
{
border-color: #B400D5;
}
.TagClassName
{
border-color: #B400D5;
}
</style>