Shades of Dark Magenta #B0029E
Tints of Dark Magenta #B0029E
RGB
CMYK
RGB Variations
Color information
#B0029E (or 0xB0029E) is known color: Dark Magenta. HEX triplet: B0, 02 and 9E. RGB value is (176,2,158). Sum of RGB (Red+Green+Blue) = 176+2+158=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0029E is #4FFD61. Grayscale: #474747. Windows color (decimal): -5242210 or 10355376. OLE color: 10355376.
HSL color Cylindrical-coordinate representation of color #B0029E: hue angle of 306.21º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0029E is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 158 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.31 |
| HSL | 306.21º | 0.98% | 0.35% | - |
| HSV(B) | 306.21º | 0.99% | 0.69% | - |
| XYZ | 24.1 | 11.74 | 33.34 | - |
| YUV | 71.81 | 176.65 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 158 | 0 | 0.99 | 0.10 | 0.31 | 306.21 | 0.98 | 0.35 |
| Hex | B0 | 2 | 9E | 0 | 63 | A | 1F | 132 | 62 | 23 |
| Octal | 260 | 2 | 236 | 0 | 143 | 12 | 37 | 462 | 142 | 43 |
| Binary | 10110000 | 10 | 10011110 | 0 | 1100011 | 1010 | 11111 | 100110010 | 1100010 | 100011 |
Color Harmonies of #B0029E
Complementary color
Monochromatic Colors of #B0029E
Black with #B0029E
Text Example
Text Example
White with #B0029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0029E; }
p { color: rgb(176,2,158); }
H1.HeaderClassName
{
color: #B0029E;
}
.AnyTagClassName
{
color: #B0029E;
}
</style>
background-color css
<style>
a { background-color: #B0029E; }
a { background-color: rgb(176,2,158); }
div.DivClassName
{
background-color: #B0029E;
}
.BgClassName
{
background-color: #B0029E;
}
</style>
border-color css
<style>
span { border-color: #B0029E; }
span { border-color: rgb(176,2,158); }
td.TdClassName
{
border-color: #B0029E;
}
.TagClassName
{
border-color: #B0029E;
}
</style>