Shades of Deep Magenta #B001A9
Tints of Deep Magenta #B001A9
RGB
CMYK
RGB Variations
Color information
#B001A9 (or 0xB001A9) is known color: Deep Magenta. HEX triplet: B0, 01 and A9. RGB value is (176,1,169). Sum of RGB (Red+Green+Blue) = 176+1+169=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B001A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B001A9 is #4FFE56. Grayscale: #474747. Windows color (decimal): -5242455 or 11076016. OLE color: 11076016.
HSL color Cylindrical-coordinate representation of color #B001A9: hue angle of 302.4º 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 #B001A9 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 169 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.31 |
| HSL | 302.4º | 0.99% | 0.35% | - |
| HSV(B) | 302.4º | 0.99% | 0.69% | - |
| XYZ | 25.08 | 12.12 | 38.55 | - |
| YUV | 72.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 169 | 0 | 0.99 | 0.04 | 0.31 | 302.4 | 0.99 | 0.35 |
| Hex | B0 | 1 | A9 | 0 | 63 | 4 | 1F | 12E | 63 | 23 |
| Octal | 260 | 1 | 251 | 0 | 143 | 4 | 37 | 456 | 143 | 43 |
| Binary | 10110000 | 1 | 10101001 | 0 | 1100011 | 100 | 11111 | 100101110 | 1100011 | 100011 |
Color Harmonies of #B001A9
Complementary color
Monochromatic Colors of #B001A9
Black with #B001A9
Text Example
Text Example
White with #B001A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B001A9; }
p { color: rgb(176,1,169); }
H1.HeaderClassName
{
color: #B001A9;
}
.AnyTagClassName
{
color: #B001A9;
}
</style>
background-color css
<style>
a { background-color: #B001A9; }
a { background-color: rgb(176,1,169); }
div.DivClassName
{
background-color: #B001A9;
}
.BgClassName
{
background-color: #B001A9;
}
</style>
border-color css
<style>
span { border-color: #B001A9; }
span { border-color: rgb(176,1,169); }
td.TdClassName
{
border-color: #B001A9;
}
.TagClassName
{
border-color: #B001A9;
}
</style>