Shades of Deep Magenta #B40DBB
Tints of Deep Magenta #B40DBB
RGB
CMYK
RGB Variations
Color information
#B40DBB (or 0xB40DBB) is known color: Deep Magenta. HEX triplet: B4, 0D and BB. RGB value is (180,13,187). Sum of RGB (Red+Green+Blue) = 180+13+187=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #B40DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DBB is #4BF244. Grayscale: #525252. Windows color (decimal): -4977221 or 12258740. OLE color: 12258740.
HSL color Cylindrical-coordinate representation of color #B40DBB: hue angle of 297.59º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40DBB is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 13 | 187 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.27 |
| HSL | 297.59º | 0.87% | 0.39% | - |
| HSV(B) | 297.59º | 0.93% | 0.73% | - |
| XYZ | 27.94 | 13.58 | 48.16 | - |
| YUV | 82.77 | 186.83 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 187 | 0.04 | 0.93 | 0 | 0.27 | 297.59 | 0.87 | 0.39 |
| Hex | B4 | D | BB | 4 | 5D | 0 | 1B | 12A | 57 | 27 |
| Octal | 264 | 15 | 273 | 4 | 135 | 0 | 33 | 452 | 127 | 47 |
| Binary | 10110100 | 1101 | 10111011 | 100 | 1011101 | 0 | 11011 | 100101010 | 1010111 | 100111 |
Color Harmonies of #B40DBB
Complementary color
Monochromatic Colors of #B40DBB
Black with #B40DBB
Text Example
Text Example
White with #B40DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DBB; }
p { color: rgb(180,13,187); }
H1.HeaderClassName
{
color: #B40DBB;
}
.AnyTagClassName
{
color: #B40DBB;
}
</style>
background-color css
<style>
a { background-color: #B40DBB; }
a { background-color: rgb(180,13,187); }
div.DivClassName
{
background-color: #B40DBB;
}
.BgClassName
{
background-color: #B40DBB;
}
</style>
border-color css
<style>
span { border-color: #B40DBB; }
span { border-color: rgb(180,13,187); }
td.TdClassName
{
border-color: #B40DBB;
}
.TagClassName
{
border-color: #B40DBB;
}
</style>