Shades of Deep Magenta #B000AC
Tints of Deep Magenta #B000AC
RGB
CMYK
RGB Variations
Color information
#B000AC (or 0xB000AC) is known color: Deep Magenta. HEX triplet: B0, 00 and AC. RGB value is (176,0,172). Sum of RGB (Red+Green+Blue) = 176+0+172=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B000AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B000AC is #4FFF53. Grayscale: #474747. Windows color (decimal): -5242708 or 11272368. OLE color: 11272368.
HSL color Cylindrical-coordinate representation of color #B000AC: hue angle of 301.36º 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 #B000AC is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.02 | 0.31 |
| HSL | 301.36º | 1% | 0.35% | - |
| HSV(B) | 301.36º | 1% | 0.69% | - |
| XYZ | 25.35 | 12.21 | 40.05 | - |
| YUV | 72.23 | 184.31 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 172 | 0 | 1 | 0.02 | 0.31 | 301.36 | 1 | 0.35 |
| Hex | B0 | 0 | AC | 0 | 64 | 2 | 1F | 12D | 64 | 23 |
| Octal | 260 | 0 | 254 | 0 | 144 | 2 | 37 | 455 | 144 | 43 |
| Binary | 10110000 | 0 | 10101100 | 0 | 1100100 | 10 | 11111 | 100101101 | 1100100 | 100011 |
Color Harmonies of #B000AC
Complementary color
Monochromatic Colors of #B000AC
Black with #B000AC
Text Example
Text Example
White with #B000AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000AC; }
p { color: rgb(176,0,172); }
H1.HeaderClassName
{
color: #B000AC;
}
.AnyTagClassName
{
color: #B000AC;
}
</style>
background-color css
<style>
a { background-color: #B000AC; }
a { background-color: rgb(176,0,172); }
div.DivClassName
{
background-color: #B000AC;
}
.BgClassName
{
background-color: #B000AC;
}
</style>
border-color css
<style>
span { border-color: #B000AC; }
span { border-color: rgb(176,0,172); }
td.TdClassName
{
border-color: #B000AC;
}
.TagClassName
{
border-color: #B000AC;
}
</style>