Shades of Dark Magenta #B1009F
Tints of Dark Magenta #B1009F
RGB
CMYK
RGB Variations
Color information
#B1009F (or 0xB1009F) is known color: Dark Magenta. HEX triplet: B1, 00 and 9F. RGB value is (177,0,159). Sum of RGB (Red+Green+Blue) = 177+0+159=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1009F is #4EFF60. Grayscale: #464646. Windows color (decimal): -5177185 or 10420401. OLE color: 10420401.
HSL color Cylindrical-coordinate representation of color #B1009F: hue angle of 306.1º 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 #B1009F is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.10 | 0.31 |
| HSL | 306.1º | 1% | 0.35% | - |
| HSV(B) | 306.1º | 1% | 0.69% | - |
| XYZ | 24.39 | 11.85 | 33.8 | - |
| YUV | 71.05 | 177.64 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 159 | 0 | 1 | 0.10 | 0.31 | 306.1 | 1 | 0.35 |
| Hex | B1 | 0 | 9F | 0 | 64 | A | 1F | 132 | 64 | 23 |
| Octal | 261 | 0 | 237 | 0 | 144 | 12 | 37 | 462 | 144 | 43 |
| Binary | 10110001 | 0 | 10011111 | 0 | 1100100 | 1010 | 11111 | 100110010 | 1100100 | 100011 |
Color Harmonies of #B1009F
Complementary color
Monochromatic Colors of #B1009F
Black with #B1009F
Text Example
Text Example
White with #B1009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1009F; }
p { color: rgb(177,0,159); }
H1.HeaderClassName
{
color: #B1009F;
}
.AnyTagClassName
{
color: #B1009F;
}
</style>
background-color css
<style>
a { background-color: #B1009F; }
a { background-color: rgb(177,0,159); }
div.DivClassName
{
background-color: #B1009F;
}
.BgClassName
{
background-color: #B1009F;
}
</style>
border-color css
<style>
span { border-color: #B1009F; }
span { border-color: rgb(177,0,159); }
td.TdClassName
{
border-color: #B1009F;
}
.TagClassName
{
border-color: #B1009F;
}
</style>