Shades of Dark Magenta #B001A2
Tints of Dark Magenta #B001A2
RGB
CMYK
RGB Variations
Color information
#B001A2 (or 0xB001A2) is known color: Dark Magenta. HEX triplet: B0, 01 and A2. RGB value is (176,1,162). Sum of RGB (Red+Green+Blue) = 176+1+162=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B001A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B001A2 is #4FFE5D. Grayscale: #474747. Windows color (decimal): -5242462 or 10617264. OLE color: 10617264.
HSL color Cylindrical-coordinate representation of color #B001A2: hue angle of 304.8º 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 #B001A2 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 162 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.31 |
| HSL | 304.8º | 0.99% | 0.35% | - |
| HSV(B) | 304.8º | 0.99% | 0.69% | - |
| XYZ | 24.44 | 11.86 | 35.18 | - |
| YUV | 71.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 162 | 0 | 0.99 | 0.08 | 0.31 | 304.8 | 0.99 | 0.35 |
| Hex | B0 | 1 | A2 | 0 | 63 | 8 | 1F | 131 | 63 | 23 |
| Octal | 260 | 1 | 242 | 0 | 143 | 10 | 37 | 461 | 143 | 43 |
| Binary | 10110000 | 1 | 10100010 | 0 | 1100011 | 1000 | 11111 | 100110001 | 1100011 | 100011 |
Color Harmonies of #B001A2
Complementary color
Monochromatic Colors of #B001A2
Black with #B001A2
Text Example
Text Example
White with #B001A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B001A2; }
p { color: rgb(176,1,162); }
H1.HeaderClassName
{
color: #B001A2;
}
.AnyTagClassName
{
color: #B001A2;
}
</style>
background-color css
<style>
a { background-color: #B001A2; }
a { background-color: rgb(176,1,162); }
div.DivClassName
{
background-color: #B001A2;
}
.BgClassName
{
background-color: #B001A2;
}
</style>
border-color css
<style>
span { border-color: #B001A2; }
span { border-color: rgb(176,1,162); }
td.TdClassName
{
border-color: #B001A2;
}
.TagClassName
{
border-color: #B001A2;
}
</style>