Shades of Deep Magenta #B40DD3
Tints of Deep Magenta #B40DD3
RGB
CMYK
RGB Variations
Color information
#B40DD3 (or 0xB40DD3) is known color: Deep Magenta. HEX triplet: B4, 0D and D3. RGB value is (180,13,211). Sum of RGB (Red+Green+Blue) = 180+13+211=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #B40DD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DD3 is #4BF22C. Grayscale: #545454. Windows color (decimal): -4977197 or 13831604. OLE color: 13831604.
HSL color Cylindrical-coordinate representation of color #B40DD3: hue angle of 290.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40DD3 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 13 | 211 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.17 |
| HSL | 290.61º | 0.88% | 0.44% | - |
| HSV(B) | 290.61º | 0.94% | 0.83% | - |
| XYZ | 30.72 | 14.69 | 62.84 | - |
| YUV | 85.51 | 198.83 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 211 | 0.15 | 0.94 | 0 | 0.17 | 290.61 | 0.88 | 0.44 |
| Hex | B4 | D | D3 | F | 5E | 0 | 11 | 123 | 58 | 2C |
| Octal | 264 | 15 | 323 | 17 | 136 | 0 | 21 | 443 | 130 | 54 |
| Binary | 10110100 | 1101 | 11010011 | 1111 | 1011110 | 0 | 10001 | 100100011 | 1011000 | 101100 |
Color Harmonies of #B40DD3
Complementary color
Monochromatic Colors of #B40DD3
Black with #B40DD3
Text Example
Text Example
White with #B40DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DD3; }
p { color: rgb(180,13,211); }
H1.HeaderClassName
{
color: #B40DD3;
}
.AnyTagClassName
{
color: #B40DD3;
}
</style>
background-color css
<style>
a { background-color: #B40DD3; }
a { background-color: rgb(180,13,211); }
div.DivClassName
{
background-color: #B40DD3;
}
.BgClassName
{
background-color: #B40DD3;
}
</style>
border-color css
<style>
span { border-color: #B40DD3; }
span { border-color: rgb(180,13,211); }
td.TdClassName
{
border-color: #B40DD3;
}
.TagClassName
{
border-color: #B40DD3;
}
</style>