Shades of Deep Magenta #B406D1
Tints of Deep Magenta #B406D1
RGB
CMYK
RGB Variations
Color information
#B406D1 (or 0xB406D1) is known color: Deep Magenta. HEX triplet: B4, 06 and D1. RGB value is (180,6,209). Sum of RGB (Red+Green+Blue) = 180+6+209=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #B406D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B406D1 is #4BF92E. Grayscale: #505050. Windows color (decimal): -4978991 or 13698740. OLE color: 13698740.
HSL color Cylindrical-coordinate representation of color #B406D1: hue angle of 291.43º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B406D1 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 6 | 209 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.18 |
| HSL | 291.43º | 0.94% | 0.42% | - |
| HSV(B) | 291.43º | 0.97% | 0.82% | - |
| XYZ | 30.4 | 14.44 | 61.51 | - |
| YUV | 81.17 | 200.15 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 209 | 0.14 | 0.97 | 0 | 0.18 | 291.43 | 0.94 | 0.42 |
| Hex | B4 | 6 | D1 | E | 61 | 0 | 12 | 123 | 5E | 2A |
| Octal | 264 | 6 | 321 | 16 | 141 | 0 | 22 | 443 | 136 | 52 |
| Binary | 10110100 | 110 | 11010001 | 1110 | 1100001 | 0 | 10010 | 100100011 | 1011110 | 101010 |
Color Harmonies of #B406D1
Complementary color
Monochromatic Colors of #B406D1
Black with #B406D1
Text Example
Text Example
White with #B406D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B406D1; }
p { color: rgb(180,6,209); }
H1.HeaderClassName
{
color: #B406D1;
}
.AnyTagClassName
{
color: #B406D1;
}
</style>
background-color css
<style>
a { background-color: #B406D1; }
a { background-color: rgb(180,6,209); }
div.DivClassName
{
background-color: #B406D1;
}
.BgClassName
{
background-color: #B406D1;
}
</style>
border-color css
<style>
span { border-color: #B406D1; }
span { border-color: rgb(180,6,209); }
td.TdClassName
{
border-color: #B406D1;
}
.TagClassName
{
border-color: #B406D1;
}
</style>