Shades of Deep Magenta #B311AD
Tints of Deep Magenta #B311AD
RGB
CMYK
RGB Variations
Color information
#B311AD (or 0xB311AD) is known color: Deep Magenta. HEX triplet: B3, 11 and AD. RGB value is (179,17,173). Sum of RGB (Red+Green+Blue) = 179+17+173=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B311AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B311AD is #4CEE52. Grayscale: #525252. Windows color (decimal): -5041747 or 11342259. OLE color: 11342259.
HSL color Cylindrical-coordinate representation of color #B311AD: hue angle of 302.22º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B311AD is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 173 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.30 |
| HSL | 302.22º | 0.83% | 0.38% | - |
| HSV(B) | 302.22º | 0.91% | 0.7% | - |
| XYZ | 26.33 | 13 | 40.66 | - |
| YUV | 83.22 | 178.67 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 173 | 0 | 0.91 | 0.03 | 0.30 | 302.22 | 0.83 | 0.38 |
| Hex | B3 | 11 | AD | 0 | 5B | 3 | 1E | 12E | 53 | 26 |
| Octal | 263 | 21 | 255 | 0 | 133 | 3 | 36 | 456 | 123 | 46 |
| Binary | 10110011 | 10001 | 10101101 | 0 | 1011011 | 11 | 11110 | 100101110 | 1010011 | 100110 |
Color Harmonies of #B311AD
Complementary color
Monochromatic Colors of #B311AD
Black with #B311AD
Text Example
Text Example
White with #B311AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B311AD; }
p { color: rgb(179,17,173); }
H1.HeaderClassName
{
color: #B311AD;
}
.AnyTagClassName
{
color: #B311AD;
}
</style>
background-color css
<style>
a { background-color: #B311AD; }
a { background-color: rgb(179,17,173); }
div.DivClassName
{
background-color: #B311AD;
}
.BgClassName
{
background-color: #B311AD;
}
</style>
border-color css
<style>
span { border-color: #B311AD; }
span { border-color: rgb(179,17,173); }
td.TdClassName
{
border-color: #B311AD;
}
.TagClassName
{
border-color: #B311AD;
}
</style>