Shades of Deep Magenta #B121AC
Tints of Deep Magenta #B121AC
RGB
CMYK
RGB Variations
Color information
#B121AC (or 0xB121AC) is known color: Deep Magenta. HEX triplet: B1, 21 and AC. RGB value is (177,33,172). Sum of RGB (Red+Green+Blue) = 177+33+172=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B121AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B121AC is #4EDE53. Grayscale: #5B5B5B. Windows color (decimal): -5168724 or 11280817. OLE color: 11280817.
HSL color Cylindrical-coordinate representation of color #B121AC: hue angle of 302.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B121AC is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 172 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.31 |
| HSL | 302.08º | 0.69% | 0.41% | - |
| HSV(B) | 302.08º | 0.81% | 0.69% | - |
| XYZ | 26.12 | 13.41 | 40.24 | - |
| YUV | 91.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 172 | 0 | 0.81 | 0.03 | 0.31 | 302.08 | 0.69 | 0.41 |
| Hex | B1 | 21 | AC | 0 | 51 | 3 | 1F | 12E | 45 | 29 |
| Octal | 261 | 41 | 254 | 0 | 121 | 3 | 37 | 456 | 105 | 51 |
| Binary | 10110001 | 100001 | 10101100 | 0 | 1010001 | 11 | 11111 | 100101110 | 1000101 | 101001 |
Color Harmonies of #B121AC
Complementary color
Monochromatic Colors of #B121AC
Black with #B121AC
Text Example
Text Example
White with #B121AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121AC; }
p { color: rgb(177,33,172); }
H1.HeaderClassName
{
color: #B121AC;
}
.AnyTagClassName
{
color: #B121AC;
}
</style>
background-color css
<style>
a { background-color: #B121AC; }
a { background-color: rgb(177,33,172); }
div.DivClassName
{
background-color: #B121AC;
}
.BgClassName
{
background-color: #B121AC;
}
</style>
border-color css
<style>
span { border-color: #B121AC; }
span { border-color: rgb(177,33,172); }
td.TdClassName
{
border-color: #B121AC;
}
.TagClassName
{
border-color: #B121AC;
}
</style>