Shades of Deep Magenta #B714AA
Tints of Deep Magenta #B714AA
RGB
CMYK
RGB Variations
Color information
#B714AA (or 0xB714AA) is known color: Deep Magenta. HEX triplet: B7, 14 and AA. RGB value is (183,20,170). Sum of RGB (Red+Green+Blue) = 183+20+170=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B714AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B714AA is #48EB55. Grayscale: #555555. Windows color (decimal): -4778838 or 11146423. OLE color: 11146423.
HSL color Cylindrical-coordinate representation of color #B714AA: hue angle of 304.79º 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 #B714AA is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 170 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.28 |
| HSL | 304.79º | 0.8% | 0.4% | - |
| HSV(B) | 304.79º | 0.89% | 0.72% | - |
| XYZ | 27.03 | 13.47 | 39.21 | - |
| YUV | 85.84 | 175.5 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 170 | 0 | 0.89 | 0.07 | 0.28 | 304.79 | 0.8 | 0.4 |
| Hex | B7 | 14 | AA | 0 | 59 | 7 | 1C | 131 | 50 | 28 |
| Octal | 267 | 24 | 252 | 0 | 131 | 7 | 34 | 461 | 120 | 50 |
| Binary | 10110111 | 10100 | 10101010 | 0 | 1011001 | 111 | 11100 | 100110001 | 1010000 | 101000 |
Color Harmonies of #B714AA
Complementary color
Monochromatic Colors of #B714AA
Black with #B714AA
Text Example
Text Example
White with #B714AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714AA; }
p { color: rgb(183,20,170); }
H1.HeaderClassName
{
color: #B714AA;
}
.AnyTagClassName
{
color: #B714AA;
}
</style>
background-color css
<style>
a { background-color: #B714AA; }
a { background-color: rgb(183,20,170); }
div.DivClassName
{
background-color: #B714AA;
}
.BgClassName
{
background-color: #B714AA;
}
</style>
border-color css
<style>
span { border-color: #B714AA; }
span { border-color: rgb(183,20,170); }
td.TdClassName
{
border-color: #B714AA;
}
.TagClassName
{
border-color: #B714AA;
}
</style>