Shades of Dark Magenta #B0009C
Tints of Dark Magenta #B0009C
RGB
CMYK
RGB Variations
Color information
#B0009C (or 0xB0009C) is known color: Dark Magenta. HEX triplet: B0, 00 and 9C. RGB value is (176,0,156). Sum of RGB (Red+Green+Blue) = 176+0+156=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0009C is #4FFF63. Grayscale: #454545. Windows color (decimal): -5242724 or 10223792. OLE color: 10223792.
HSL color Cylindrical-coordinate representation of color #B0009C: hue angle of 306.82º 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 #B0009C is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.11 | 0.31 |
| HSL | 306.82º | 1% | 0.35% | - |
| HSV(B) | 306.82º | 1% | 0.69% | - |
| XYZ | 23.91 | 11.63 | 32.44 | - |
| YUV | 70.41 | 176.31 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 156 | 0 | 1 | 0.11 | 0.31 | 306.82 | 1 | 0.35 |
| Hex | B0 | 0 | 9C | 0 | 64 | B | 1F | 133 | 64 | 23 |
| Octal | 260 | 0 | 234 | 0 | 144 | 13 | 37 | 463 | 144 | 43 |
| Binary | 10110000 | 0 | 10011100 | 0 | 1100100 | 1011 | 11111 | 100110011 | 1100100 | 100011 |
Color Harmonies of #B0009C
Complementary color
Monochromatic Colors of #B0009C
Black with #B0009C
Text Example
Text Example
White with #B0009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0009C; }
p { color: rgb(176,0,156); }
H1.HeaderClassName
{
color: #B0009C;
}
.AnyTagClassName
{
color: #B0009C;
}
</style>
background-color css
<style>
a { background-color: #B0009C; }
a { background-color: rgb(176,0,156); }
div.DivClassName
{
background-color: #B0009C;
}
.BgClassName
{
background-color: #B0009C;
}
</style>
border-color css
<style>
span { border-color: #B0009C; }
span { border-color: rgb(176,0,156); }
td.TdClassName
{
border-color: #B0009C;
}
.TagClassName
{
border-color: #B0009C;
}
</style>