Shades of Deep Magenta #B711AD
Tints of Deep Magenta #B711AD
RGB
CMYK
RGB Variations
Color information
#B711AD (or 0xB711AD) is known color: Deep Magenta. HEX triplet: B7, 11 and AD. RGB value is (183,17,173). Sum of RGB (Red+Green+Blue) = 183+17+173=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B711AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B711AD is #48EE52. Grayscale: #535353. Windows color (decimal): -4779603 or 11342263. OLE color: 11342263.
HSL color Cylindrical-coordinate representation of color #B711AD: hue angle of 303.61º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B711AD is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 173 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.28 |
| HSL | 303.61º | 0.83% | 0.39% | - |
| HSV(B) | 303.61º | 0.91% | 0.72% | - |
| XYZ | 27.27 | 13.49 | 40.7 | - |
| YUV | 84.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 173 | 0 | 0.91 | 0.05 | 0.28 | 303.61 | 0.83 | 0.39 |
| Hex | B7 | 11 | AD | 0 | 5B | 5 | 1C | 130 | 53 | 27 |
| Octal | 267 | 21 | 255 | 0 | 133 | 5 | 34 | 460 | 123 | 47 |
| Binary | 10110111 | 10001 | 10101101 | 0 | 1011011 | 101 | 11100 | 100110000 | 1010011 | 100111 |
Color Harmonies of #B711AD
Complementary color
Monochromatic Colors of #B711AD
Black with #B711AD
Text Example
Text Example
White with #B711AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711AD; }
p { color: rgb(183,17,173); }
H1.HeaderClassName
{
color: #B711AD;
}
.AnyTagClassName
{
color: #B711AD;
}
</style>
background-color css
<style>
a { background-color: #B711AD; }
a { background-color: rgb(183,17,173); }
div.DivClassName
{
background-color: #B711AD;
}
.BgClassName
{
background-color: #B711AD;
}
</style>
border-color css
<style>
span { border-color: #B711AD; }
span { border-color: rgb(183,17,173); }
td.TdClassName
{
border-color: #B711AD;
}
.TagClassName
{
border-color: #B711AD;
}
</style>