Shades of Dark Magenta #B0039D
Tints of Dark Magenta #B0039D
RGB
CMYK
RGB Variations
Color information
#B0039D (or 0xB0039D) is known color: Dark Magenta. HEX triplet: B0, 03 and 9D. RGB value is (176,3,157). Sum of RGB (Red+Green+Blue) = 176+3+157=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0039D is #4FFC62. Grayscale: #474747. Windows color (decimal): -5241955 or 10290096. OLE color: 10290096.
HSL color Cylindrical-coordinate representation of color #B0039D: hue angle of 306.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0039D is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 157 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.31 |
| HSL | 306.59º | 0.97% | 0.35% | - |
| HSV(B) | 306.59º | 0.98% | 0.69% | - |
| XYZ | 24.02 | 11.73 | 32.9 | - |
| YUV | 72.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 157 | 0 | 0.98 | 0.11 | 0.31 | 306.59 | 0.97 | 0.35 |
| Hex | B0 | 3 | 9D | 0 | 62 | B | 1F | 133 | 61 | 23 |
| Octal | 260 | 3 | 235 | 0 | 142 | 13 | 37 | 463 | 141 | 43 |
| Binary | 10110000 | 11 | 10011101 | 0 | 1100010 | 1011 | 11111 | 100110011 | 1100001 | 100011 |
Color Harmonies of #B0039D
Complementary color
Monochromatic Colors of #B0039D
Black with #B0039D
Text Example
Text Example
White with #B0039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0039D; }
p { color: rgb(176,3,157); }
H1.HeaderClassName
{
color: #B0039D;
}
.AnyTagClassName
{
color: #B0039D;
}
</style>
background-color css
<style>
a { background-color: #B0039D; }
a { background-color: rgb(176,3,157); }
div.DivClassName
{
background-color: #B0039D;
}
.BgClassName
{
background-color: #B0039D;
}
</style>
border-color css
<style>
span { border-color: #B0039D; }
span { border-color: rgb(176,3,157); }
td.TdClassName
{
border-color: #B0039D;
}
.TagClassName
{
border-color: #B0039D;
}
</style>