Shades of Deep Magenta #B40DA8
Tints of Deep Magenta #B40DA8
RGB
CMYK
RGB Variations
Color information
#B40DA8 (or 0xB40DA8) is known color: Deep Magenta. HEX triplet: B4, 0D and A8. RGB value is (180,13,168). Sum of RGB (Red+Green+Blue) = 180+13+168=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B40DA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40DA8 is #4BF257. Grayscale: #505050. Windows color (decimal): -4977240 or 11013556. OLE color: 11013556.
HSL color Cylindrical-coordinate representation of color #B40DA8: hue angle of 304.31º 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 #B40DA8 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 13 | 168 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.29 |
| HSL | 304.31º | 0.87% | 0.38% | - |
| HSV(B) | 304.31º | 0.93% | 0.71% | - |
| XYZ | 26.03 | 12.82 | 38.15 | - |
| YUV | 80.6 | 177.33 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 168 | 0 | 0.93 | 0.07 | 0.29 | 304.31 | 0.87 | 0.38 |
| Hex | B4 | D | A8 | 0 | 5D | 7 | 1D | 130 | 57 | 26 |
| Octal | 264 | 15 | 250 | 0 | 135 | 7 | 35 | 460 | 127 | 46 |
| Binary | 10110100 | 1101 | 10101000 | 0 | 1011101 | 111 | 11101 | 100110000 | 1010111 | 100110 |
Color Harmonies of #B40DA8
Complementary color
Monochromatic Colors of #B40DA8
Black with #B40DA8
Text Example
Text Example
White with #B40DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DA8; }
p { color: rgb(180,13,168); }
H1.HeaderClassName
{
color: #B40DA8;
}
.AnyTagClassName
{
color: #B40DA8;
}
</style>
background-color css
<style>
a { background-color: #B40DA8; }
a { background-color: rgb(180,13,168); }
div.DivClassName
{
background-color: #B40DA8;
}
.BgClassName
{
background-color: #B40DA8;
}
</style>
border-color css
<style>
span { border-color: #B40DA8; }
span { border-color: rgb(180,13,168); }
td.TdClassName
{
border-color: #B40DA8;
}
.TagClassName
{
border-color: #B40DA8;
}
</style>