Shades of Dark Magenta #B000A1
Tints of Dark Magenta #B000A1
RGB
CMYK
RGB Variations
Color information
#B000A1 (or 0xB000A1) is known color: Dark Magenta. HEX triplet: B0, 00 and A1. RGB value is (176,0,161). Sum of RGB (Red+Green+Blue) = 176+0+161=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B000A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B000A1 is #4FFF5E. Grayscale: #464646. Windows color (decimal): -5242719 or 10551472. OLE color: 10551472.
HSL color Cylindrical-coordinate representation of color #B000A1: hue angle of 305.11º 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 #B000A1 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 161 | - |
| CMYK | 0 | 1 | 0.09 | 0.31 |
| HSL | 305.11º | 1% | 0.35% | - |
| HSV(B) | 305.11º | 1% | 0.69% | - |
| XYZ | 24.34 | 11.8 | 34.71 | - |
| YUV | 70.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 161 | 0 | 1 | 0.09 | 0.31 | 305.11 | 1 | 0.35 |
| Hex | B0 | 0 | A1 | 0 | 64 | 9 | 1F | 131 | 64 | 23 |
| Octal | 260 | 0 | 241 | 0 | 144 | 11 | 37 | 461 | 144 | 43 |
| Binary | 10110000 | 0 | 10100001 | 0 | 1100100 | 1001 | 11111 | 100110001 | 1100100 | 100011 |
Color Harmonies of #B000A1
Complementary color
Monochromatic Colors of #B000A1
Black with #B000A1
Text Example
Text Example
White with #B000A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000A1; }
p { color: rgb(176,0,161); }
H1.HeaderClassName
{
color: #B000A1;
}
.AnyTagClassName
{
color: #B000A1;
}
</style>
background-color css
<style>
a { background-color: #B000A1; }
a { background-color: rgb(176,0,161); }
div.DivClassName
{
background-color: #B000A1;
}
.BgClassName
{
background-color: #B000A1;
}
</style>
border-color css
<style>
span { border-color: #B000A1; }
span { border-color: rgb(176,0,161); }
td.TdClassName
{
border-color: #B000A1;
}
.TagClassName
{
border-color: #B000A1;
}
</style>