Shades of Deep Magenta #B518AC
Tints of Deep Magenta #B518AC
RGB
CMYK
RGB Variations
Color information
#B518AC (or 0xB518AC) is known color: Deep Magenta. HEX triplet: B5, 18 and AC. RGB value is (181,24,172). Sum of RGB (Red+Green+Blue) = 181+24+172=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B518AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B518AC is #4AE753. Grayscale: #575757. Windows color (decimal): -4908884 or 11278517. OLE color: 11278517.
HSL color Cylindrical-coordinate representation of color #B518AC: hue angle of 303.44º 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 #B518AC is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 172 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.29 |
| HSL | 303.44º | 0.77% | 0.4% | - |
| HSV(B) | 303.44º | 0.87% | 0.71% | - |
| XYZ | 26.83 | 13.46 | 40.21 | - |
| YUV | 87.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 172 | 0 | 0.87 | 0.05 | 0.29 | 303.44 | 0.77 | 0.4 |
| Hex | B5 | 18 | AC | 0 | 57 | 5 | 1D | 12F | 4D | 28 |
| Octal | 265 | 30 | 254 | 0 | 127 | 5 | 35 | 457 | 115 | 50 |
| Binary | 10110101 | 11000 | 10101100 | 0 | 1010111 | 101 | 11101 | 100101111 | 1001101 | 101000 |
Color Harmonies of #B518AC
Complementary color
Monochromatic Colors of #B518AC
Black with #B518AC
Text Example
Text Example
White with #B518AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B518AC; }
p { color: rgb(181,24,172); }
H1.HeaderClassName
{
color: #B518AC;
}
.AnyTagClassName
{
color: #B518AC;
}
</style>
background-color css
<style>
a { background-color: #B518AC; }
a { background-color: rgb(181,24,172); }
div.DivClassName
{
background-color: #B518AC;
}
.BgClassName
{
background-color: #B518AC;
}
</style>
border-color css
<style>
span { border-color: #B518AC; }
span { border-color: rgb(181,24,172); }
td.TdClassName
{
border-color: #B518AC;
}
.TagClassName
{
border-color: #B518AC;
}
</style>