Shades of Dark Magenta #B000A5
Tints of Dark Magenta #B000A5
RGB
CMYK
RGB Variations
Color information
#B000A5 (or 0xB000A5) is known color: Dark Magenta. HEX triplet: B0, 00 and A5. RGB value is (176,0,165). Sum of RGB (Red+Green+Blue) = 176+0+165=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 165 (64.84% from 255 or 48.39% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B000A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B000A5 is #4FFF5A. Grayscale: #464646. Windows color (decimal): -5242715 or 10813616. OLE color: 10813616.
HSL color Cylindrical-coordinate representation of color #B000A5: hue angle of 303.75º 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 #B000A5 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.06 | 0.31 |
| HSL | 303.75º | 1% | 0.35% | - |
| HSV(B) | 303.75º | 1% | 0.69% | - |
| XYZ | 24.7 | 11.95 | 36.6 | - |
| YUV | 71.43 | 180.81 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 165 | 0 | 1 | 0.06 | 0.31 | 303.75 | 1 | 0.35 |
| Hex | B0 | 0 | A5 | 0 | 64 | 6 | 1F | 130 | 64 | 23 |
| Octal | 260 | 0 | 245 | 0 | 144 | 6 | 37 | 460 | 144 | 43 |
| Binary | 10110000 | 0 | 10100101 | 0 | 1100100 | 110 | 11111 | 100110000 | 1100100 | 100011 |
Color Harmonies of #B000A5
Complementary color
Monochromatic Colors of #B000A5
Black with #B000A5
Text Example
Text Example
White with #B000A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000A5; }
p { color: rgb(176,0,165); }
H1.HeaderClassName
{
color: #B000A5;
}
.AnyTagClassName
{
color: #B000A5;
}
</style>
background-color css
<style>
a { background-color: #B000A5; }
a { background-color: rgb(176,0,165); }
div.DivClassName
{
background-color: #B000A5;
}
.BgClassName
{
background-color: #B000A5;
}
</style>
border-color css
<style>
span { border-color: #B000A5; }
span { border-color: rgb(176,0,165); }
td.TdClassName
{
border-color: #B000A5;
}
.TagClassName
{
border-color: #B000A5;
}
</style>