Shades of Deep Magenta #B714D4
Tints of Deep Magenta #B714D4
RGB
CMYK
RGB Variations
Color information
#B714D4 (or 0xB714D4) is known color: Deep Magenta. HEX triplet: B7, 14 and D4. RGB value is (183,20,212). Sum of RGB (Red+Green+Blue) = 183+20+212=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #B714D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714D4 is #48EB2B. Grayscale: #5A5A5A. Windows color (decimal): -4778796 or 13898935. OLE color: 13898935.
HSL color Cylindrical-coordinate representation of color #B714D4: hue angle of 290.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B714D4 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 20 | 212 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.17 |
| HSL | 290.94º | 0.83% | 0.45% | - |
| HSV(B) | 290.94º | 0.91% | 0.83% | - |
| XYZ | 31.66 | 15.32 | 63.58 | - |
| YUV | 90.63 | 196.5 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 212 | 0.14 | 0.91 | 0 | 0.17 | 290.94 | 0.83 | 0.45 |
| Hex | B7 | 14 | D4 | E | 5B | 0 | 11 | 123 | 53 | 2D |
| Octal | 267 | 24 | 324 | 16 | 133 | 0 | 21 | 443 | 123 | 55 |
| Binary | 10110111 | 10100 | 11010100 | 1110 | 1011011 | 0 | 10001 | 100100011 | 1010011 | 101101 |
Color Harmonies of #B714D4
Complementary color
Monochromatic Colors of #B714D4
Black with #B714D4
Text Example
Text Example
White with #B714D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714D4; }
p { color: rgb(183,20,212); }
H1.HeaderClassName
{
color: #B714D4;
}
.AnyTagClassName
{
color: #B714D4;
}
</style>
background-color css
<style>
a { background-color: #B714D4; }
a { background-color: rgb(183,20,212); }
div.DivClassName
{
background-color: #B714D4;
}
.BgClassName
{
background-color: #B714D4;
}
</style>
border-color css
<style>
span { border-color: #B714D4; }
span { border-color: rgb(183,20,212); }
td.TdClassName
{
border-color: #B714D4;
}
.TagClassName
{
border-color: #B714D4;
}
</style>