Shades of Deep Magenta #B714D9
Tints of Deep Magenta #B714D9
RGB
CMYK
RGB Variations
Color information
#B714D9 (or 0xB714D9) is known color: Deep Magenta. HEX triplet: B7, 14 and D9. RGB value is (183,20,217). Sum of RGB (Red+Green+Blue) = 183+20+217=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #B714D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714D9 is #48EB26. Grayscale: #5A5A5A. Windows color (decimal): -4778791 or 14226615. OLE color: 14226615.
HSL color Cylindrical-coordinate representation of color #B714D9: hue angle of 289.64º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B714D9 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 20 | 217 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.15 |
| HSL | 289.64º | 0.83% | 0.46% | - |
| HSV(B) | 289.64º | 0.91% | 0.85% | - |
| XYZ | 32.3 | 15.58 | 66.95 | - |
| YUV | 91.2 | 199 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 217 | 0.16 | 0.91 | 0 | 0.15 | 289.64 | 0.83 | 0.46 |
| Hex | B7 | 14 | D9 | 10 | 5B | 0 | F | 122 | 53 | 2E |
| Octal | 267 | 24 | 331 | 20 | 133 | 0 | 17 | 442 | 123 | 56 |
| Binary | 10110111 | 10100 | 11011001 | 10000 | 1011011 | 0 | 1111 | 100100010 | 1010011 | 101110 |
Color Harmonies of #B714D9
Complementary color
Monochromatic Colors of #B714D9
Black with #B714D9
Text Example
Text Example
White with #B714D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714D9; }
p { color: rgb(183,20,217); }
H1.HeaderClassName
{
color: #B714D9;
}
.AnyTagClassName
{
color: #B714D9;
}
</style>
background-color css
<style>
a { background-color: #B714D9; }
a { background-color: rgb(183,20,217); }
div.DivClassName
{
background-color: #B714D9;
}
.BgClassName
{
background-color: #B714D9;
}
</style>
border-color css
<style>
span { border-color: #B714D9; }
span { border-color: rgb(183,20,217); }
td.TdClassName
{
border-color: #B714D9;
}
.TagClassName
{
border-color: #B714D9;
}
</style>