Shades of Deep Magenta #B700DD
Tints of Deep Magenta #B700DD
RGB
CMYK
RGB Variations
Color information
#B700DD (or 0xB700DD) is known color: Deep Magenta. HEX triplet: B7, 00 and DD. RGB value is (183,0,221). Sum of RGB (Red+Green+Blue) = 183+0+221=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #B700DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700DD is #48FF22. Grayscale: #4F4F4F. Windows color (decimal): -4783907 or 14483639. OLE color: 14483639.
HSL color Cylindrical-coordinate representation of color #B700DD: hue angle of 289.68º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700DD is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 0 | 221 | - |
| CMYK | 0.17 | 1 | 0 | 0.13 |
| HSL | 289.68º | 1% | 0.43% | - |
| HSV(B) | 289.68º | 1% | 0.87% | - |
| XYZ | 32.58 | 15.29 | 69.64 | - |
| YUV | 79.91 | 207.63 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 221 | 0.17 | 1 | 0 | 0.13 | 289.68 | 1 | 0.43 |
| Hex | B7 | 0 | DD | 11 | 64 | 0 | D | 122 | 64 | 2B |
| Octal | 267 | 0 | 335 | 21 | 144 | 0 | 15 | 442 | 144 | 53 |
| Binary | 10110111 | 0 | 11011101 | 10001 | 1100100 | 0 | 1101 | 100100010 | 1100100 | 101011 |
Color Harmonies of #B700DD
Complementary color
Monochromatic Colors of #B700DD
Black with #B700DD
Text Example
Text Example
White with #B700DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700DD; }
p { color: rgb(183,0,221); }
H1.HeaderClassName
{
color: #B700DD;
}
.AnyTagClassName
{
color: #B700DD;
}
</style>
background-color css
<style>
a { background-color: #B700DD; }
a { background-color: rgb(183,0,221); }
div.DivClassName
{
background-color: #B700DD;
}
.BgClassName
{
background-color: #B700DD;
}
</style>
border-color css
<style>
span { border-color: #B700DD; }
span { border-color: rgb(183,0,221); }
td.TdClassName
{
border-color: #B700DD;
}
.TagClassName
{
border-color: #B700DD;
}
</style>