Shades of Deep Magenta #B700DC
Tints of Deep Magenta #B700DC
RGB
CMYK
RGB Variations
Color information
#B700DC (or 0xB700DC) is known color: Deep Magenta. HEX triplet: B7, 00 and DC. RGB value is (183,0,220). Sum of RGB (Red+Green+Blue) = 183+0+220=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #B700DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700DC is #48FF23. Grayscale: #4F4F4F. Windows color (decimal): -4783908 or 14418103. OLE color: 14418103.
HSL color Cylindrical-coordinate representation of color #B700DC: hue angle of 289.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700DC is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 0 | 220 | - |
| CMYK | 0.17 | 1 | 0 | 0.14 |
| HSL | 289.91º | 1% | 0.43% | - |
| HSV(B) | 289.91º | 1% | 0.86% | - |
| XYZ | 32.45 | 15.23 | 68.94 | - |
| YUV | 79.8 | 207.13 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 220 | 0.17 | 1 | 0 | 0.14 | 289.91 | 1 | 0.43 |
| Hex | B7 | 0 | DC | 11 | 64 | 0 | E | 122 | 64 | 2B |
| Octal | 267 | 0 | 334 | 21 | 144 | 0 | 16 | 442 | 144 | 53 |
| Binary | 10110111 | 0 | 11011100 | 10001 | 1100100 | 0 | 1110 | 100100010 | 1100100 | 101011 |
Color Harmonies of #B700DC
Complementary color
Monochromatic Colors of #B700DC
Black with #B700DC
Text Example
Text Example
White with #B700DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700DC; }
p { color: rgb(183,0,220); }
H1.HeaderClassName
{
color: #B700DC;
}
.AnyTagClassName
{
color: #B700DC;
}
</style>
background-color css
<style>
a { background-color: #B700DC; }
a { background-color: rgb(183,0,220); }
div.DivClassName
{
background-color: #B700DC;
}
.BgClassName
{
background-color: #B700DC;
}
</style>
border-color css
<style>
span { border-color: #B700DC; }
span { border-color: rgb(183,0,220); }
td.TdClassName
{
border-color: #B700DC;
}
.TagClassName
{
border-color: #B700DC;
}
</style>