Shades of Deep Magenta #B40DBE
Tints of Deep Magenta #B40DBE
RGB
CMYK
RGB Variations
Color information
#B40DBE (or 0xB40DBE) is known color: Deep Magenta. HEX triplet: B4, 0D and BE. RGB value is (180,13,190). Sum of RGB (Red+Green+Blue) = 180+13+190=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #B40DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DBE is #4BF241. Grayscale: #525252. Windows color (decimal): -4977218 or 12455348. OLE color: 12455348.
HSL color Cylindrical-coordinate representation of color #B40DBE: hue angle of 296.61º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40DBE is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 13 | 190 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.25 |
| HSL | 296.61º | 0.87% | 0.4% | - |
| HSV(B) | 296.61º | 0.93% | 0.75% | - |
| XYZ | 28.26 | 13.71 | 49.87 | - |
| YUV | 83.11 | 188.33 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 190 | 0.05 | 0.93 | 0 | 0.25 | 296.61 | 0.87 | 0.4 |
| Hex | B4 | D | BE | 5 | 5D | 0 | 19 | 129 | 57 | 28 |
| Octal | 264 | 15 | 276 | 5 | 135 | 0 | 31 | 451 | 127 | 50 |
| Binary | 10110100 | 1101 | 10111110 | 101 | 1011101 | 0 | 11001 | 100101001 | 1010111 | 101000 |
Color Harmonies of #B40DBE
Complementary color
Monochromatic Colors of #B40DBE
Black with #B40DBE
Text Example
Text Example
White with #B40DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DBE; }
p { color: rgb(180,13,190); }
H1.HeaderClassName
{
color: #B40DBE;
}
.AnyTagClassName
{
color: #B40DBE;
}
</style>
background-color css
<style>
a { background-color: #B40DBE; }
a { background-color: rgb(180,13,190); }
div.DivClassName
{
background-color: #B40DBE;
}
.BgClassName
{
background-color: #B40DBE;
}
</style>
border-color css
<style>
span { border-color: #B40DBE; }
span { border-color: rgb(180,13,190); }
td.TdClassName
{
border-color: #B40DBE;
}
.TagClassName
{
border-color: #B40DBE;
}
</style>