Shades of Dark Magenta #B0019C
Tints of Dark Magenta #B0019C
RGB
CMYK
RGB Variations
Color information
#B0019C (or 0xB0019C) is known color: Dark Magenta. HEX triplet: B0, 01 and 9C. RGB value is (176,1,156). Sum of RGB (Red+Green+Blue) = 176+1+156=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0019C is #4FFE63. Grayscale: #464646. Windows color (decimal): -5242468 or 10224048. OLE color: 10224048.
HSL color Cylindrical-coordinate representation of color #B0019C: hue angle of 306.86º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0019C is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.31 |
| HSL | 306.86º | 0.99% | 0.35% | - |
| HSV(B) | 306.86º | 0.99% | 0.69% | - |
| XYZ | 23.92 | 11.65 | 32.44 | - |
| YUV | 71 | 175.98 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 156 | 0 | 0.99 | 0.11 | 0.31 | 306.86 | 0.99 | 0.35 |
| Hex | B0 | 1 | 9C | 0 | 63 | B | 1F | 133 | 63 | 23 |
| Octal | 260 | 1 | 234 | 0 | 143 | 13 | 37 | 463 | 143 | 43 |
| Binary | 10110000 | 1 | 10011100 | 0 | 1100011 | 1011 | 11111 | 100110011 | 1100011 | 100011 |
Color Harmonies of #B0019C
Complementary color
Monochromatic Colors of #B0019C
Black with #B0019C
Text Example
Text Example
White with #B0019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0019C; }
p { color: rgb(176,1,156); }
H1.HeaderClassName
{
color: #B0019C;
}
.AnyTagClassName
{
color: #B0019C;
}
</style>
background-color css
<style>
a { background-color: #B0019C; }
a { background-color: rgb(176,1,156); }
div.DivClassName
{
background-color: #B0019C;
}
.BgClassName
{
background-color: #B0019C;
}
</style>
border-color css
<style>
span { border-color: #B0019C; }
span { border-color: rgb(176,1,156); }
td.TdClassName
{
border-color: #B0019C;
}
.TagClassName
{
border-color: #B0019C;
}
</style>