Shades of Deep Magenta #B40DC7
Tints of Deep Magenta #B40DC7
RGB
CMYK
RGB Variations
Color information
#B40DC7 (or 0xB40DC7) is known color: Deep Magenta. HEX triplet: B4, 0D and C7. RGB value is (180,13,199). Sum of RGB (Red+Green+Blue) = 180+13+199=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #B40DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DC7 is #4BF238. Grayscale: #535353. Windows color (decimal): -4977209 or 13045172. OLE color: 13045172.
HSL color Cylindrical-coordinate representation of color #B40DC7: hue angle of 293.87º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40DC7 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 13 | 199 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.22 |
| HSL | 293.87º | 0.88% | 0.42% | - |
| HSV(B) | 293.87º | 0.93% | 0.78% | - |
| XYZ | 29.28 | 14.11 | 55.21 | - |
| YUV | 84.14 | 192.83 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 199 | 0.10 | 0.93 | 0 | 0.22 | 293.87 | 0.88 | 0.42 |
| Hex | B4 | D | C7 | A | 5D | 0 | 16 | 126 | 58 | 2A |
| Octal | 264 | 15 | 307 | 12 | 135 | 0 | 26 | 446 | 130 | 52 |
| Binary | 10110100 | 1101 | 11000111 | 1010 | 1011101 | 0 | 10110 | 100100110 | 1011000 | 101010 |
Color Harmonies of #B40DC7
Complementary color
Monochromatic Colors of #B40DC7
Black with #B40DC7
Text Example
Text Example
White with #B40DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DC7; }
p { color: rgb(180,13,199); }
H1.HeaderClassName
{
color: #B40DC7;
}
.AnyTagClassName
{
color: #B40DC7;
}
</style>
background-color css
<style>
a { background-color: #B40DC7; }
a { background-color: rgb(180,13,199); }
div.DivClassName
{
background-color: #B40DC7;
}
.BgClassName
{
background-color: #B40DC7;
}
</style>
border-color css
<style>
span { border-color: #B40DC7; }
span { border-color: rgb(180,13,199); }
td.TdClassName
{
border-color: #B40DC7;
}
.TagClassName
{
border-color: #B40DC7;
}
</style>