Shades of Deep Magenta #B005AC
Tints of Deep Magenta #B005AC
RGB
CMYK
RGB Variations
Color information
#B005AC (or 0xB005AC) is known color: Deep Magenta. HEX triplet: B0, 05 and AC. RGB value is (176,5,172). Sum of RGB (Red+Green+Blue) = 176+5+172=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B005AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B005AC is #4FFA53. Grayscale: #4A4A4A. Windows color (decimal): -5241428 or 11273648. OLE color: 11273648.
HSL color Cylindrical-coordinate representation of color #B005AC: hue angle of 301.4º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B005AC is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 172 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.31 |
| HSL | 301.4º | 0.94% | 0.35% | - |
| HSV(B) | 301.4º | 0.97% | 0.69% | - |
| XYZ | 25.41 | 12.32 | 40.07 | - |
| YUV | 75.17 | 182.65 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 172 | 0 | 0.97 | 0.02 | 0.31 | 301.4 | 0.94 | 0.35 |
| Hex | B0 | 5 | AC | 0 | 61 | 2 | 1F | 12D | 5E | 23 |
| Octal | 260 | 5 | 254 | 0 | 141 | 2 | 37 | 455 | 136 | 43 |
| Binary | 10110000 | 101 | 10101100 | 0 | 1100001 | 10 | 11111 | 100101101 | 1011110 | 100011 |
Color Harmonies of #B005AC
Complementary color
Monochromatic Colors of #B005AC
Black with #B005AC
Text Example
Text Example
White with #B005AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005AC; }
p { color: rgb(176,5,172); }
H1.HeaderClassName
{
color: #B005AC;
}
.AnyTagClassName
{
color: #B005AC;
}
</style>
background-color css
<style>
a { background-color: #B005AC; }
a { background-color: rgb(176,5,172); }
div.DivClassName
{
background-color: #B005AC;
}
.BgClassName
{
background-color: #B005AC;
}
</style>
border-color css
<style>
span { border-color: #B005AC; }
span { border-color: rgb(176,5,172); }
td.TdClassName
{
border-color: #B005AC;
}
.TagClassName
{
border-color: #B005AC;
}
</style>