Shades of Dark Magenta #B0009F
Tints of Dark Magenta #B0009F
RGB
CMYK
RGB Variations
Color information
#B0009F (or 0xB0009F) is known color: Dark Magenta. HEX triplet: B0, 00 and 9F. RGB value is (176,0,159). Sum of RGB (Red+Green+Blue) = 176+0+159=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0009F is #4FFF60. Grayscale: #464646. Windows color (decimal): -5242721 or 10420400. OLE color: 10420400.
HSL color Cylindrical-coordinate representation of color #B0009F: hue angle of 305.8º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0009F is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.10 | 0.31 |
| HSL | 305.8º | 1% | 0.35% | - |
| HSV(B) | 305.8º | 1% | 0.69% | - |
| XYZ | 24.16 | 11.73 | 33.79 | - |
| YUV | 70.75 | 177.81 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 159 | 0 | 1 | 0.10 | 0.31 | 305.8 | 1 | 0.35 |
| Hex | B0 | 0 | 9F | 0 | 64 | A | 1F | 132 | 64 | 23 |
| Octal | 260 | 0 | 237 | 0 | 144 | 12 | 37 | 462 | 144 | 43 |
| Binary | 10110000 | 0 | 10011111 | 0 | 1100100 | 1010 | 11111 | 100110010 | 1100100 | 100011 |
Color Harmonies of #B0009F
Complementary color
Monochromatic Colors of #B0009F
Black with #B0009F
Text Example
Text Example
White with #B0009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0009F; }
p { color: rgb(176,0,159); }
H1.HeaderClassName
{
color: #B0009F;
}
.AnyTagClassName
{
color: #B0009F;
}
</style>
background-color css
<style>
a { background-color: #B0009F; }
a { background-color: rgb(176,0,159); }
div.DivClassName
{
background-color: #B0009F;
}
.BgClassName
{
background-color: #B0009F;
}
</style>
border-color css
<style>
span { border-color: #B0009F; }
span { border-color: rgb(176,0,159); }
td.TdClassName
{
border-color: #B0009F;
}
.TagClassName
{
border-color: #B0009F;
}
</style>