Shades of Deep Magenta #B700DF
Tints of Deep Magenta #B700DF
RGB
CMYK
RGB Variations
Color information
#B700DF (or 0xB700DF) is known color: Deep Magenta. HEX triplet: B7, 00 and DF. RGB value is (183,0,223). Sum of RGB (Red+Green+Blue) = 183+0+223=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #B700DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700DF is #48FF20. Grayscale: #4F4F4F. Windows color (decimal): -4783905 or 14614711. OLE color: 14614711.
HSL color Cylindrical-coordinate representation of color #B700DF: hue angle of 289.24º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700DF is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 0 | 223 | - |
| CMYK | 0.18 | 1 | 0 | 0.13 |
| HSL | 289.24º | 1% | 0.44% | - |
| HSV(B) | 289.24º | 1% | 0.87% | - |
| XYZ | 32.85 | 15.39 | 71.05 | - |
| YUV | 80.14 | 208.63 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 223 | 0.18 | 1 | 0 | 0.13 | 289.24 | 1 | 0.44 |
| Hex | B7 | 0 | DF | 12 | 64 | 0 | D | 121 | 64 | 2C |
| Octal | 267 | 0 | 337 | 22 | 144 | 0 | 15 | 441 | 144 | 54 |
| Binary | 10110111 | 0 | 11011111 | 10010 | 1100100 | 0 | 1101 | 100100001 | 1100100 | 101100 |
Color Harmonies of #B700DF
Complementary color
Monochromatic Colors of #B700DF
Black with #B700DF
Text Example
Text Example
White with #B700DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700DF; }
p { color: rgb(183,0,223); }
H1.HeaderClassName
{
color: #B700DF;
}
.AnyTagClassName
{
color: #B700DF;
}
</style>
background-color css
<style>
a { background-color: #B700DF; }
a { background-color: rgb(183,0,223); }
div.DivClassName
{
background-color: #B700DF;
}
.BgClassName
{
background-color: #B700DF;
}
</style>
border-color css
<style>
span { border-color: #B700DF; }
span { border-color: rgb(183,0,223); }
td.TdClassName
{
border-color: #B700DF;
}
.TagClassName
{
border-color: #B700DF;
}
</style>