Shades of Deep Magenta #B511AD
Tints of Deep Magenta #B511AD
RGB
CMYK
RGB Variations
Color information
#B511AD (or 0xB511AD) is known color: Deep Magenta. HEX triplet: B5, 11 and AD. RGB value is (181,17,173). Sum of RGB (Red+Green+Blue) = 181+17+173=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B511AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B511AD is #4AEE52. Grayscale: #535353. Windows color (decimal): -4910675 or 11342261. OLE color: 11342261.
HSL color Cylindrical-coordinate representation of color #B511AD: hue angle of 302.93º 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 #B511AD is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 173 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.29 |
| HSL | 302.93º | 0.83% | 0.39% | - |
| HSV(B) | 302.93º | 0.91% | 0.71% | - |
| XYZ | 26.8 | 13.24 | 40.68 | - |
| YUV | 83.82 | 178.33 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 173 | 0 | 0.91 | 0.04 | 0.29 | 302.93 | 0.83 | 0.39 |
| Hex | B5 | 11 | AD | 0 | 5B | 4 | 1D | 12F | 53 | 27 |
| Octal | 265 | 21 | 255 | 0 | 133 | 4 | 35 | 457 | 123 | 47 |
| Binary | 10110101 | 10001 | 10101101 | 0 | 1011011 | 100 | 11101 | 100101111 | 1010011 | 100111 |
Color Harmonies of #B511AD
Complementary color
Monochromatic Colors of #B511AD
Black with #B511AD
Text Example
Text Example
White with #B511AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511AD; }
p { color: rgb(181,17,173); }
H1.HeaderClassName
{
color: #B511AD;
}
.AnyTagClassName
{
color: #B511AD;
}
</style>
background-color css
<style>
a { background-color: #B511AD; }
a { background-color: rgb(181,17,173); }
div.DivClassName
{
background-color: #B511AD;
}
.BgClassName
{
background-color: #B511AD;
}
</style>
border-color css
<style>
span { border-color: #B511AD; }
span { border-color: rgb(181,17,173); }
td.TdClassName
{
border-color: #B511AD;
}
.TagClassName
{
border-color: #B511AD;
}
</style>