Shades of Dark Magenta #B000A2
Tints of Dark Magenta #B000A2
RGB
CMYK
RGB Variations
Color information
#B000A2 (or 0xB000A2) is known color: Dark Magenta. HEX triplet: B0, 00 and A2. RGB value is (176,0,162). Sum of RGB (Red+Green+Blue) = 176+0+162=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B000A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B000A2 is #4FFF5D. Grayscale: #464646. Windows color (decimal): -5242718 or 10617008. OLE color: 10617008.
HSL color Cylindrical-coordinate representation of color #B000A2: hue angle of 304.77º 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 #B000A2 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.08 | 0.31 |
| HSL | 304.77º | 1% | 0.35% | - |
| HSV(B) | 304.77º | 1% | 0.69% | - |
| XYZ | 24.43 | 11.84 | 35.18 | - |
| YUV | 71.09 | 179.31 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 162 | 0 | 1 | 0.08 | 0.31 | 304.77 | 1 | 0.35 |
| Hex | B0 | 0 | A2 | 0 | 64 | 8 | 1F | 131 | 64 | 23 |
| Octal | 260 | 0 | 242 | 0 | 144 | 10 | 37 | 461 | 144 | 43 |
| Binary | 10110000 | 0 | 10100010 | 0 | 1100100 | 1000 | 11111 | 100110001 | 1100100 | 100011 |
Color Harmonies of #B000A2
Complementary color
Monochromatic Colors of #B000A2
Black with #B000A2
Text Example
Text Example
White with #B000A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000A2; }
p { color: rgb(176,0,162); }
H1.HeaderClassName
{
color: #B000A2;
}
.AnyTagClassName
{
color: #B000A2;
}
</style>
background-color css
<style>
a { background-color: #B000A2; }
a { background-color: rgb(176,0,162); }
div.DivClassName
{
background-color: #B000A2;
}
.BgClassName
{
background-color: #B000A2;
}
</style>
border-color css
<style>
span { border-color: #B000A2; }
span { border-color: rgb(176,0,162); }
td.TdClassName
{
border-color: #B000A2;
}
.TagClassName
{
border-color: #B000A2;
}
</style>