Shades of Deep Magenta #B511AC
Tints of Deep Magenta #B511AC
RGB
CMYK
RGB Variations
Color information
#B511AC (or 0xB511AC) is known color: Deep Magenta. HEX triplet: B5, 11 and AC. RGB value is (181,17,172). Sum of RGB (Red+Green+Blue) = 181+17+172=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B511AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B511AC is #4AEE53. Grayscale: #535353. Windows color (decimal): -4910676 or 11276725. OLE color: 11276725.
HSL color Cylindrical-coordinate representation of color #B511AC: hue angle of 303.29º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B511AC is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 172 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.29 |
| HSL | 303.29º | 0.83% | 0.39% | - |
| HSV(B) | 303.29º | 0.91% | 0.71% | - |
| XYZ | 26.7 | 13.2 | 40.17 | - |
| YUV | 83.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 172 | 0 | 0.91 | 0.05 | 0.29 | 303.29 | 0.83 | 0.39 |
| Hex | B5 | 11 | AC | 0 | 5B | 5 | 1D | 12F | 53 | 27 |
| Octal | 265 | 21 | 254 | 0 | 133 | 5 | 35 | 457 | 123 | 47 |
| Binary | 10110101 | 10001 | 10101100 | 0 | 1011011 | 101 | 11101 | 100101111 | 1010011 | 100111 |
Color Harmonies of #B511AC
Complementary color
Monochromatic Colors of #B511AC
Black with #B511AC
Text Example
Text Example
White with #B511AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511AC; }
p { color: rgb(181,17,172); }
H1.HeaderClassName
{
color: #B511AC;
}
.AnyTagClassName
{
color: #B511AC;
}
</style>
background-color css
<style>
a { background-color: #B511AC; }
a { background-color: rgb(181,17,172); }
div.DivClassName
{
background-color: #B511AC;
}
.BgClassName
{
background-color: #B511AC;
}
</style>
border-color css
<style>
span { border-color: #B511AC; }
span { border-color: rgb(181,17,172); }
td.TdClassName
{
border-color: #B511AC;
}
.TagClassName
{
border-color: #B511AC;
}
</style>