Shades of Deep Magenta #B701DD
Tints of Deep Magenta #B701DD
RGB
CMYK
RGB Variations
Color information
#B701DD (or 0xB701DD) is known color: Deep Magenta. HEX triplet: B7, 01 and DD. RGB value is (183,1,221). Sum of RGB (Red+Green+Blue) = 183+1+221=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #B701DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701DD is #48FE22. Grayscale: #4F4F4F. Windows color (decimal): -4783651 or 14483895. OLE color: 14483895.
HSL color Cylindrical-coordinate representation of color #B701DD: hue angle of 289.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701DD is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 1 | 221 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.13 |
| HSL | 289.64º | 0.99% | 0.44% | - |
| HSV(B) | 289.64º | 1% | 0.87% | - |
| XYZ | 32.59 | 15.31 | 69.64 | - |
| YUV | 80.5 | 207.3 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 221 | 0.17 | 1.00 | 0 | 0.13 | 289.64 | 0.99 | 0.44 |
| Hex | B7 | 1 | DD | 11 | 64 | 0 | D | 122 | 63 | 2C |
| Octal | 267 | 1 | 335 | 21 | 144 | 0 | 15 | 442 | 143 | 54 |
| Binary | 10110111 | 1 | 11011101 | 10001 | 1100100 | 0 | 1101 | 100100010 | 1100011 | 101100 |
Color Harmonies of #B701DD
Complementary color
Monochromatic Colors of #B701DD
Black with #B701DD
Text Example
Text Example
White with #B701DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B701DD; }
p { color: rgb(183,1,221); }
H1.HeaderClassName
{
color: #B701DD;
}
.AnyTagClassName
{
color: #B701DD;
}
</style>
background-color css
<style>
a { background-color: #B701DD; }
a { background-color: rgb(183,1,221); }
div.DivClassName
{
background-color: #B701DD;
}
.BgClassName
{
background-color: #B701DD;
}
</style>
border-color css
<style>
span { border-color: #B701DD; }
span { border-color: rgb(183,1,221); }
td.TdClassName
{
border-color: #B701DD;
}
.TagClassName
{
border-color: #B701DD;
}
</style>