Shades of Deep Magenta #B416AC
Tints of Deep Magenta #B416AC
RGB
CMYK
RGB Variations
Color information
#B416AC (or 0xB416AC) is known color: Deep Magenta. HEX triplet: B4, 16 and AC. RGB value is (180,22,172). Sum of RGB (Red+Green+Blue) = 180+22+172=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B416AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B416AC is #4BE953. Grayscale: #555555. Windows color (decimal): -4974932 or 11278004. OLE color: 11278004.
HSL color Cylindrical-coordinate representation of color #B416AC: hue angle of 303.04º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B416AC is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 22 | 172 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.29 |
| HSL | 303.04º | 0.78% | 0.4% | - |
| HSV(B) | 303.04º | 0.88% | 0.71% | - |
| XYZ | 26.56 | 13.26 | 40.19 | - |
| YUV | 86.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 22 | 172 | 0 | 0.88 | 0.04 | 0.29 | 303.04 | 0.78 | 0.4 |
| Hex | B4 | 16 | AC | 0 | 58 | 4 | 1D | 12F | 4E | 28 |
| Octal | 264 | 26 | 254 | 0 | 130 | 4 | 35 | 457 | 116 | 50 |
| Binary | 10110100 | 10110 | 10101100 | 0 | 1011000 | 100 | 11101 | 100101111 | 1001110 | 101000 |
Color Harmonies of #B416AC
Complementary color
Monochromatic Colors of #B416AC
Black with #B416AC
Text Example
Text Example
White with #B416AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B416AC; }
p { color: rgb(180,22,172); }
H1.HeaderClassName
{
color: #B416AC;
}
.AnyTagClassName
{
color: #B416AC;
}
</style>
background-color css
<style>
a { background-color: #B416AC; }
a { background-color: rgb(180,22,172); }
div.DivClassName
{
background-color: #B416AC;
}
.BgClassName
{
background-color: #B416AC;
}
</style>
border-color css
<style>
span { border-color: #B416AC; }
span { border-color: rgb(180,22,172); }
td.TdClassName
{
border-color: #B416AC;
}
.TagClassName
{
border-color: #B416AC;
}
</style>