Shades of Deep Magenta #B714AD
Tints of Deep Magenta #B714AD
RGB
CMYK
RGB Variations
Color information
#B714AD (or 0xB714AD) is known color: Deep Magenta. HEX triplet: B7, 14 and AD. RGB value is (183,20,173). Sum of RGB (Red+Green+Blue) = 183+20+173=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B714AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B714AD is #48EB52. Grayscale: #555555. Windows color (decimal): -4778835 or 11343031. OLE color: 11343031.
HSL color Cylindrical-coordinate representation of color #B714AD: hue angle of 303.68º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B714AD is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 173 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.28 |
| HSL | 303.68º | 0.8% | 0.4% | - |
| HSV(B) | 303.68º | 0.89% | 0.72% | - |
| XYZ | 27.32 | 13.58 | 40.72 | - |
| YUV | 86.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 173 | 0 | 0.89 | 0.05 | 0.28 | 303.68 | 0.8 | 0.4 |
| Hex | B7 | 14 | AD | 0 | 59 | 5 | 1C | 130 | 50 | 28 |
| Octal | 267 | 24 | 255 | 0 | 131 | 5 | 34 | 460 | 120 | 50 |
| Binary | 10110111 | 10100 | 10101101 | 0 | 1011001 | 101 | 11100 | 100110000 | 1010000 | 101000 |
Color Harmonies of #B714AD
Complementary color
Monochromatic Colors of #B714AD
Black with #B714AD
Text Example
Text Example
White with #B714AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714AD; }
p { color: rgb(183,20,173); }
H1.HeaderClassName
{
color: #B714AD;
}
.AnyTagClassName
{
color: #B714AD;
}
</style>
background-color css
<style>
a { background-color: #B714AD; }
a { background-color: rgb(183,20,173); }
div.DivClassName
{
background-color: #B714AD;
}
.BgClassName
{
background-color: #B714AD;
}
</style>
border-color css
<style>
span { border-color: #B714AD; }
span { border-color: rgb(183,20,173); }
td.TdClassName
{
border-color: #B714AD;
}
.TagClassName
{
border-color: #B714AD;
}
</style>