Shades of Deep Magenta #B40DB5
Tints of Deep Magenta #B40DB5
RGB
CMYK
RGB Variations
Color information
#B40DB5 (or 0xB40DB5) is known color: Deep Magenta. HEX triplet: B4, 0D and B5. RGB value is (180,13,181). Sum of RGB (Red+Green+Blue) = 180+13+181=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #B40DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DB5 is #4BF24A. Grayscale: #515151. Windows color (decimal): -4977227 or 11865524. OLE color: 11865524.
HSL color Cylindrical-coordinate representation of color #B40DB5: hue angle of 299.64º 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 #B40DB5 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 13 | 181 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.29 |
| HSL | 299.64º | 0.87% | 0.38% | - |
| HSV(B) | 299.64º | 0.93% | 0.71% | - |
| XYZ | 27.31 | 13.33 | 44.85 | - |
| YUV | 82.09 | 183.83 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 181 | 0.01 | 0.93 | 0 | 0.29 | 299.64 | 0.87 | 0.38 |
| Hex | B4 | D | B5 | 1 | 5D | 0 | 1D | 12C | 57 | 26 |
| Octal | 264 | 15 | 265 | 1 | 135 | 0 | 35 | 454 | 127 | 46 |
| Binary | 10110100 | 1101 | 10110101 | 1 | 1011101 | 0 | 11101 | 100101100 | 1010111 | 100110 |
Color Harmonies of #B40DB5
Complementary color
Monochromatic Colors of #B40DB5
Black with #B40DB5
Text Example
Text Example
White with #B40DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DB5; }
p { color: rgb(180,13,181); }
H1.HeaderClassName
{
color: #B40DB5;
}
.AnyTagClassName
{
color: #B40DB5;
}
</style>
background-color css
<style>
a { background-color: #B40DB5; }
a { background-color: rgb(180,13,181); }
div.DivClassName
{
background-color: #B40DB5;
}
.BgClassName
{
background-color: #B40DB5;
}
</style>
border-color css
<style>
span { border-color: #B40DB5; }
span { border-color: rgb(180,13,181); }
td.TdClassName
{
border-color: #B40DB5;
}
.TagClassName
{
border-color: #B40DB5;
}
</style>