Shades of Dark Magenta #B00AA4
Tints of Dark Magenta #B00AA4
RGB
CMYK
RGB Variations
Color information
#B00AA4 (or 0xB00AA4) is known color: Dark Magenta. HEX triplet: B0, 0A and A4. RGB value is (176,10,164). Sum of RGB (Red+Green+Blue) = 176+10+164=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B00AA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00AA4 is #4FF55B. Grayscale: #4C4C4C. Windows color (decimal): -5240156 or 10750640. OLE color: 10750640.
HSL color Cylindrical-coordinate representation of color #B00AA4: hue angle of 304.34º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00AA4 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 10 | 164 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.31 |
| HSL | 304.34º | 0.89% | 0.36% | - |
| HSV(B) | 304.34º | 0.94% | 0.69% | - |
| XYZ | 24.71 | 12.13 | 36.16 | - |
| YUV | 77.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 10 | 164 | 0 | 0.94 | 0.07 | 0.31 | 304.34 | 0.89 | 0.36 |
| Hex | B0 | A | A4 | 0 | 5E | 7 | 1F | 130 | 59 | 24 |
| Octal | 260 | 12 | 244 | 0 | 136 | 7 | 37 | 460 | 131 | 44 |
| Binary | 10110000 | 1010 | 10100100 | 0 | 1011110 | 111 | 11111 | 100110000 | 1011001 | 100100 |
Color Harmonies of #B00AA4
Complementary color
Monochromatic Colors of #B00AA4
Black with #B00AA4
Text Example
Text Example
White with #B00AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00AA4; }
p { color: rgb(176,10,164); }
H1.HeaderClassName
{
color: #B00AA4;
}
.AnyTagClassName
{
color: #B00AA4;
}
</style>
background-color css
<style>
a { background-color: #B00AA4; }
a { background-color: rgb(176,10,164); }
div.DivClassName
{
background-color: #B00AA4;
}
.BgClassName
{
background-color: #B00AA4;
}
</style>
border-color css
<style>
span { border-color: #B00AA4; }
span { border-color: rgb(176,10,164); }
td.TdClassName
{
border-color: #B00AA4;
}
.TagClassName
{
border-color: #B00AA4;
}
</style>