Shades of Dark Magenta #B0039B
Tints of Dark Magenta #B0039B
RGB
CMYK
RGB Variations
Color information
#B0039B (or 0xB0039B) is known color: Dark Magenta. HEX triplet: B0, 03 and 9B. RGB value is (176,3,155). Sum of RGB (Red+Green+Blue) = 176+3+155=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0039B is #4FFC64. Grayscale: #474747. Windows color (decimal): -5241957 or 10159024. OLE color: 10159024.
HSL color Cylindrical-coordinate representation of color #B0039B: hue angle of 307.28º 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 #B0039B is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.31 |
| HSL | 307.28º | 0.97% | 0.35% | - |
| HSV(B) | 307.28º | 0.98% | 0.69% | - |
| XYZ | 23.85 | 11.66 | 32 | - |
| YUV | 72.06 | 174.81 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 155 | 0 | 0.98 | 0.12 | 0.31 | 307.28 | 0.97 | 0.35 |
| Hex | B0 | 3 | 9B | 0 | 62 | C | 1F | 133 | 61 | 23 |
| Octal | 260 | 3 | 233 | 0 | 142 | 14 | 37 | 463 | 141 | 43 |
| Binary | 10110000 | 11 | 10011011 | 0 | 1100010 | 1100 | 11111 | 100110011 | 1100001 | 100011 |
Color Harmonies of #B0039B
Complementary color
Monochromatic Colors of #B0039B
Black with #B0039B
Text Example
Text Example
White with #B0039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0039B; }
p { color: rgb(176,3,155); }
H1.HeaderClassName
{
color: #B0039B;
}
.AnyTagClassName
{
color: #B0039B;
}
</style>
background-color css
<style>
a { background-color: #B0039B; }
a { background-color: rgb(176,3,155); }
div.DivClassName
{
background-color: #B0039B;
}
.BgClassName
{
background-color: #B0039B;
}
</style>
border-color css
<style>
span { border-color: #B0039B; }
span { border-color: rgb(176,3,155); }
td.TdClassName
{
border-color: #B0039B;
}
.TagClassName
{
border-color: #B0039B;
}
</style>