Shades of Deep Magenta #B704DF
Tints of Deep Magenta #B704DF
RGB
CMYK
RGB Variations
Color information
#B704DF (or 0xB704DF) is known color: Deep Magenta. HEX triplet: B7, 04 and DF. RGB value is (183,4,223). Sum of RGB (Red+Green+Blue) = 183+4+223=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #B704DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B704DF is #48FB20. Grayscale: #515151. Windows color (decimal): -4782881 or 14615735. OLE color: 14615735.
HSL color Cylindrical-coordinate representation of color #B704DF: hue angle of 289.04º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B704DF is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 4 | 223 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.13 |
| HSL | 289.04º | 0.96% | 0.45% | - |
| HSV(B) | 289.04º | 0.98% | 0.87% | - |
| XYZ | 32.89 | 15.48 | 71.07 | - |
| YUV | 82.49 | 207.3 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 4 | 223 | 0.18 | 0.98 | 0 | 0.13 | 289.04 | 0.96 | 0.45 |
| Hex | B7 | 4 | DF | 12 | 62 | 0 | D | 121 | 60 | 2D |
| Octal | 267 | 4 | 337 | 22 | 142 | 0 | 15 | 441 | 140 | 55 |
| Binary | 10110111 | 100 | 11011111 | 10010 | 1100010 | 0 | 1101 | 100100001 | 1100000 | 101101 |
Color Harmonies of #B704DF
Complementary color
Monochromatic Colors of #B704DF
Black with #B704DF
Text Example
Text Example
White with #B704DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B704DF; }
p { color: rgb(183,4,223); }
H1.HeaderClassName
{
color: #B704DF;
}
.AnyTagClassName
{
color: #B704DF;
}
</style>
background-color css
<style>
a { background-color: #B704DF; }
a { background-color: rgb(183,4,223); }
div.DivClassName
{
background-color: #B704DF;
}
.BgClassName
{
background-color: #B704DF;
}
</style>
border-color css
<style>
span { border-color: #B704DF; }
span { border-color: rgb(183,4,223); }
td.TdClassName
{
border-color: #B704DF;
}
.TagClassName
{
border-color: #B704DF;
}
</style>