Shades of Deep Magenta #B718AD
Tints of Deep Magenta #B718AD
RGB
CMYK
RGB Variations
Color information
#B718AD (or 0xB718AD) is known color: Deep Magenta. HEX triplet: B7, 18 and AD. RGB value is (183,24,173). Sum of RGB (Red+Green+Blue) = 183+24+173=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B718AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B718AD is #48E752. Grayscale: #585858. Windows color (decimal): -4777811 or 11344055. OLE color: 11344055.
HSL color Cylindrical-coordinate representation of color #B718AD: hue angle of 303.77º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B718AD is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 173 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.28 |
| HSL | 303.77º | 0.77% | 0.41% | - |
| HSV(B) | 303.77º | 0.87% | 0.72% | - |
| XYZ | 27.4 | 13.74 | 40.74 | - |
| YUV | 88.53 | 175.68 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 173 | 0 | 0.87 | 0.05 | 0.28 | 303.77 | 0.77 | 0.41 |
| Hex | B7 | 18 | AD | 0 | 57 | 5 | 1C | 130 | 4D | 29 |
| Octal | 267 | 30 | 255 | 0 | 127 | 5 | 34 | 460 | 115 | 51 |
| Binary | 10110111 | 11000 | 10101101 | 0 | 1010111 | 101 | 11100 | 100110000 | 1001101 | 101001 |
Color Harmonies of #B718AD
Complementary color
Monochromatic Colors of #B718AD
Black with #B718AD
Text Example
Text Example
White with #B718AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B718AD; }
p { color: rgb(183,24,173); }
H1.HeaderClassName
{
color: #B718AD;
}
.AnyTagClassName
{
color: #B718AD;
}
</style>
background-color css
<style>
a { background-color: #B718AD; }
a { background-color: rgb(183,24,173); }
div.DivClassName
{
background-color: #B718AD;
}
.BgClassName
{
background-color: #B718AD;
}
</style>
border-color css
<style>
span { border-color: #B718AD; }
span { border-color: rgb(183,24,173); }
td.TdClassName
{
border-color: #B718AD;
}
.TagClassName
{
border-color: #B718AD;
}
</style>