Shades of Deep Magenta #B714DD
Tints of Deep Magenta #B714DD
RGB
CMYK
RGB Variations
Color information
#B714DD (or 0xB714DD) is known color: Deep Magenta. HEX triplet: B7, 14 and DD. RGB value is (183,20,221). Sum of RGB (Red+Green+Blue) = 183+20+221=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #B714DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714DD is #48EB22. Grayscale: #5B5B5B. Windows color (decimal): -4778787 or 14488759. OLE color: 14488759.
HSL color Cylindrical-coordinate representation of color #B714DD: hue angle of 288.66º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B714DD is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 20 | 221 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.13 |
| HSL | 288.66º | 0.83% | 0.47% | - |
| HSV(B) | 288.66º | 0.91% | 0.87% | - |
| XYZ | 32.83 | 15.79 | 69.72 | - |
| YUV | 91.65 | 201 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 221 | 0.17 | 0.91 | 0 | 0.13 | 288.66 | 0.83 | 0.47 |
| Hex | B7 | 14 | DD | 11 | 5B | 0 | D | 121 | 53 | 2F |
| Octal | 267 | 24 | 335 | 21 | 133 | 0 | 15 | 441 | 123 | 57 |
| Binary | 10110111 | 10100 | 11011101 | 10001 | 1011011 | 0 | 1101 | 100100001 | 1010011 | 101111 |
Color Harmonies of #B714DD
Complementary color
Monochromatic Colors of #B714DD
Black with #B714DD
Text Example
Text Example
White with #B714DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714DD; }
p { color: rgb(183,20,221); }
H1.HeaderClassName
{
color: #B714DD;
}
.AnyTagClassName
{
color: #B714DD;
}
</style>
background-color css
<style>
a { background-color: #B714DD; }
a { background-color: rgb(183,20,221); }
div.DivClassName
{
background-color: #B714DD;
}
.BgClassName
{
background-color: #B714DD;
}
</style>
border-color css
<style>
span { border-color: #B714DD; }
span { border-color: rgb(183,20,221); }
td.TdClassName
{
border-color: #B714DD;
}
.TagClassName
{
border-color: #B714DD;
}
</style>