Shades of Deep Magenta #B40DB1
Tints of Deep Magenta #B40DB1
RGB
CMYK
RGB Variations
Color information
#B40DB1 (or 0xB40DB1) is known color: Deep Magenta. HEX triplet: B4, 0D and B1. RGB value is (180,13,177). Sum of RGB (Red+Green+Blue) = 180+13+177=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B40DB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40DB1 is #4BF24E. Grayscale: #515151. Windows color (decimal): -4977231 or 11603380. OLE color: 11603380.
HSL color Cylindrical-coordinate representation of color #B40DB1: hue angle of 301.08º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40DB1 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 13 | 177 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.29 |
| HSL | 301.08º | 0.87% | 0.38% | - |
| HSV(B) | 301.08º | 0.93% | 0.71% | - |
| XYZ | 26.9 | 13.17 | 42.72 | - |
| YUV | 81.63 | 181.83 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 177 | 0 | 0.93 | 0.02 | 0.29 | 301.08 | 0.87 | 0.38 |
| Hex | B4 | D | B1 | 0 | 5D | 2 | 1D | 12D | 57 | 26 |
| Octal | 264 | 15 | 261 | 0 | 135 | 2 | 35 | 455 | 127 | 46 |
| Binary | 10110100 | 1101 | 10110001 | 0 | 1011101 | 10 | 11101 | 100101101 | 1010111 | 100110 |
Color Harmonies of #B40DB1
Complementary color
Monochromatic Colors of #B40DB1
Black with #B40DB1
Text Example
Text Example
White with #B40DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DB1; }
p { color: rgb(180,13,177); }
H1.HeaderClassName
{
color: #B40DB1;
}
.AnyTagClassName
{
color: #B40DB1;
}
</style>
background-color css
<style>
a { background-color: #B40DB1; }
a { background-color: rgb(180,13,177); }
div.DivClassName
{
background-color: #B40DB1;
}
.BgClassName
{
background-color: #B40DB1;
}
</style>
border-color css
<style>
span { border-color: #B40DB1; }
span { border-color: rgb(180,13,177); }
td.TdClassName
{
border-color: #B40DB1;
}
.TagClassName
{
border-color: #B40DB1;
}
</style>