Shades of Deep Magenta #B714DF
Tints of Deep Magenta #B714DF
RGB
CMYK
RGB Variations
Color information
#B714DF (or 0xB714DF) is known color: Deep Magenta. HEX triplet: B7, 14 and DF. RGB value is (183,20,223). Sum of RGB (Red+Green+Blue) = 183+20+223=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #B714DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714DF is #48EB20. Grayscale: #5B5B5B. Windows color (decimal): -4778785 or 14619831. OLE color: 14619831.
HSL color Cylindrical-coordinate representation of color #B714DF: hue angle of 288.18º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B714DF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 20 | 223 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.13 |
| HSL | 288.18º | 0.84% | 0.48% | - |
| HSV(B) | 288.18º | 0.91% | 0.87% | - |
| XYZ | 33.1 | 15.9 | 71.14 | - |
| YUV | 91.88 | 202 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 223 | 0.18 | 0.91 | 0 | 0.13 | 288.18 | 0.84 | 0.48 |
| Hex | B7 | 14 | DF | 12 | 5B | 0 | D | 120 | 54 | 30 |
| Octal | 267 | 24 | 337 | 22 | 133 | 0 | 15 | 440 | 124 | 60 |
| Binary | 10110111 | 10100 | 11011111 | 10010 | 1011011 | 0 | 1101 | 100100000 | 1010100 | 110000 |
Color Harmonies of #B714DF
Complementary color
Monochromatic Colors of #B714DF
Black with #B714DF
Text Example
Text Example
White with #B714DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714DF; }
p { color: rgb(183,20,223); }
H1.HeaderClassName
{
color: #B714DF;
}
.AnyTagClassName
{
color: #B714DF;
}
</style>
background-color css
<style>
a { background-color: #B714DF; }
a { background-color: rgb(183,20,223); }
div.DivClassName
{
background-color: #B714DF;
}
.BgClassName
{
background-color: #B714DF;
}
</style>
border-color css
<style>
span { border-color: #B714DF; }
span { border-color: rgb(183,20,223); }
td.TdClassName
{
border-color: #B714DF;
}
.TagClassName
{
border-color: #B714DF;
}
</style>