Shades of Dark Magenta #B000A6
Tints of Dark Magenta #B000A6
RGB
CMYK
RGB Variations
Color information
#B000A6 (or 0xB000A6) is known color: Dark Magenta. HEX triplet: B0, 00 and A6. RGB value is (176,0,166). Sum of RGB (Red+Green+Blue) = 176+0+166=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B000A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B000A6 is #4FFF59. Grayscale: #474747. Windows color (decimal): -5242714 or 10879152. OLE color: 10879152.
HSL color Cylindrical-coordinate representation of color #B000A6: hue angle of 303.41º 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 #B000A6 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.06 | 0.31 |
| HSL | 303.41º | 1% | 0.35% | - |
| HSV(B) | 303.41º | 1% | 0.69% | - |
| XYZ | 24.79 | 11.98 | 37.08 | - |
| YUV | 71.55 | 181.31 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 166 | 0 | 1 | 0.06 | 0.31 | 303.41 | 1 | 0.35 |
| Hex | B0 | 0 | A6 | 0 | 64 | 6 | 1F | 12F | 64 | 23 |
| Octal | 260 | 0 | 246 | 0 | 144 | 6 | 37 | 457 | 144 | 43 |
| Binary | 10110000 | 0 | 10100110 | 0 | 1100100 | 110 | 11111 | 100101111 | 1100100 | 100011 |
Color Harmonies of #B000A6
Complementary color
Monochromatic Colors of #B000A6
Black with #B000A6
Text Example
Text Example
White with #B000A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000A6; }
p { color: rgb(176,0,166); }
H1.HeaderClassName
{
color: #B000A6;
}
.AnyTagClassName
{
color: #B000A6;
}
</style>
background-color css
<style>
a { background-color: #B000A6; }
a { background-color: rgb(176,0,166); }
div.DivClassName
{
background-color: #B000A6;
}
.BgClassName
{
background-color: #B000A6;
}
</style>
border-color css
<style>
span { border-color: #B000A6; }
span { border-color: rgb(176,0,166); }
td.TdClassName
{
border-color: #B000A6;
}
.TagClassName
{
border-color: #B000A6;
}
</style>