Shades of Dark Magenta #B008A1
Tints of Dark Magenta #B008A1
RGB
CMYK
RGB Variations
Color information
#B008A1 (or 0xB008A1) is known color: Dark Magenta. HEX triplet: B0, 08 and A1. RGB value is (176,8,161). Sum of RGB (Red+Green+Blue) = 176+8+161=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B008A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B008A1 is #4FF75E. Grayscale: #4B4B4B. Windows color (decimal): -5240671 or 10553520. OLE color: 10553520.
HSL color Cylindrical-coordinate representation of color #B008A1: hue angle of 305.36º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B008A1 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 161 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.31 |
| HSL | 305.36º | 0.91% | 0.36% | - |
| HSV(B) | 305.36º | 0.95% | 0.69% | - |
| XYZ | 24.42 | 11.98 | 34.74 | - |
| YUV | 75.67 | 176.16 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 161 | 0 | 0.95 | 0.09 | 0.31 | 305.36 | 0.91 | 0.36 |
| Hex | B0 | 8 | A1 | 0 | 5F | 9 | 1F | 131 | 5B | 24 |
| Octal | 260 | 10 | 241 | 0 | 137 | 11 | 37 | 461 | 133 | 44 |
| Binary | 10110000 | 1000 | 10100001 | 0 | 1011111 | 1001 | 11111 | 100110001 | 1011011 | 100100 |
Color Harmonies of #B008A1
Complementary color
Monochromatic Colors of #B008A1
Black with #B008A1
Text Example
Text Example
White with #B008A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008A1; }
p { color: rgb(176,8,161); }
H1.HeaderClassName
{
color: #B008A1;
}
.AnyTagClassName
{
color: #B008A1;
}
</style>
background-color css
<style>
a { background-color: #B008A1; }
a { background-color: rgb(176,8,161); }
div.DivClassName
{
background-color: #B008A1;
}
.BgClassName
{
background-color: #B008A1;
}
</style>
border-color css
<style>
span { border-color: #B008A1; }
span { border-color: rgb(176,8,161); }
td.TdClassName
{
border-color: #B008A1;
}
.TagClassName
{
border-color: #B008A1;
}
</style>