Shades of Dark Magenta #B000A0
Tints of Dark Magenta #B000A0
RGB
CMYK
RGB Variations
Color information
#B000A0 (or 0xB000A0) is known color: Dark Magenta. HEX triplet: B0, 00 and A0. RGB value is (176,0,160). Sum of RGB (Red+Green+Blue) = 176+0+160=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B000A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B000A0 is #4FFF5F. Grayscale: #464646. Windows color (decimal): -5242720 or 10485936. OLE color: 10485936.
HSL color Cylindrical-coordinate representation of color #B000A0: hue angle of 305.45º 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 #B000A0 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.09 | 0.31 |
| HSL | 305.45º | 1% | 0.35% | - |
| HSV(B) | 305.45º | 1% | 0.69% | - |
| XYZ | 24.25 | 11.77 | 34.25 | - |
| YUV | 70.86 | 178.31 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 160 | 0 | 1 | 0.09 | 0.31 | 305.45 | 1 | 0.35 |
| Hex | B0 | 0 | A0 | 0 | 64 | 9 | 1F | 131 | 64 | 23 |
| Octal | 260 | 0 | 240 | 0 | 144 | 11 | 37 | 461 | 144 | 43 |
| Binary | 10110000 | 0 | 10100000 | 0 | 1100100 | 1001 | 11111 | 100110001 | 1100100 | 100011 |
Color Harmonies of #B000A0
Complementary color
Monochromatic Colors of #B000A0
Black with #B000A0
Text Example
Text Example
White with #B000A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000A0; }
p { color: rgb(176,0,160); }
H1.HeaderClassName
{
color: #B000A0;
}
.AnyTagClassName
{
color: #B000A0;
}
</style>
background-color css
<style>
a { background-color: #B000A0; }
a { background-color: rgb(176,0,160); }
div.DivClassName
{
background-color: #B000A0;
}
.BgClassName
{
background-color: #B000A0;
}
</style>
border-color css
<style>
span { border-color: #B000A0; }
span { border-color: rgb(176,0,160); }
td.TdClassName
{
border-color: #B000A0;
}
.TagClassName
{
border-color: #B000A0;
}
</style>