Shades of Deep Magenta #B417AC
Tints of Deep Magenta #B417AC
RGB
CMYK
RGB Variations
Color information
#B417AC (or 0xB417AC) is known color: Deep Magenta. HEX triplet: B4, 17 and AC. RGB value is (180,23,172). Sum of RGB (Red+Green+Blue) = 180+23+172=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B417AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B417AC is #4BE853. Grayscale: #565656. Windows color (decimal): -4974676 or 11278260. OLE color: 11278260.
HSL color Cylindrical-coordinate representation of color #B417AC: hue angle of 303.06º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B417AC is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 23 | 172 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.29 |
| HSL | 303.06º | 0.77% | 0.4% | - |
| HSV(B) | 303.06º | 0.87% | 0.71% | - |
| XYZ | 26.58 | 13.29 | 40.2 | - |
| YUV | 86.93 | 176.01 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 172 | 0 | 0.87 | 0.04 | 0.29 | 303.06 | 0.77 | 0.4 |
| Hex | B4 | 17 | AC | 0 | 57 | 4 | 1D | 12F | 4D | 28 |
| Octal | 264 | 27 | 254 | 0 | 127 | 4 | 35 | 457 | 115 | 50 |
| Binary | 10110100 | 10111 | 10101100 | 0 | 1010111 | 100 | 11101 | 100101111 | 1001101 | 101000 |
Color Harmonies of #B417AC
Complementary color
Monochromatic Colors of #B417AC
Black with #B417AC
Text Example
Text Example
White with #B417AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417AC; }
p { color: rgb(180,23,172); }
H1.HeaderClassName
{
color: #B417AC;
}
.AnyTagClassName
{
color: #B417AC;
}
</style>
background-color css
<style>
a { background-color: #B417AC; }
a { background-color: rgb(180,23,172); }
div.DivClassName
{
background-color: #B417AC;
}
.BgClassName
{
background-color: #B417AC;
}
</style>
border-color css
<style>
span { border-color: #B417AC; }
span { border-color: rgb(180,23,172); }
td.TdClassName
{
border-color: #B417AC;
}
.TagClassName
{
border-color: #B417AC;
}
</style>