Shades of Deep Magenta #B71DCD
Tints of Deep Magenta #B71DCD
RGB
CMYK
RGB Variations
Color information
#B71DCD (or 0xB71DCD) is known color: Deep Magenta. HEX triplet: B7, 1D and CD. RGB value is (183,29,205). Sum of RGB (Red+Green+Blue) = 183+29+205=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #B71DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71DCD is #48E232. Grayscale: #5E5E5E. Windows color (decimal): -4776499 or 13442487. OLE color: 13442487.
HSL color Cylindrical-coordinate representation of color #B71DCD: hue angle of 292.5º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71DCD is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 29 | 205 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.20 |
| HSL | 292.5º | 0.75% | 0.46% | - |
| HSV(B) | 292.5º | 0.86% | 0.8% | - |
| XYZ | 30.99 | 15.35 | 59.09 | - |
| YUV | 95.11 | 190.02 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 205 | 0.11 | 0.86 | 0 | 0.20 | 292.5 | 0.75 | 0.46 |
| Hex | B7 | 1D | CD | B | 56 | 0 | 14 | 124 | 4B | 2E |
| Octal | 267 | 35 | 315 | 13 | 126 | 0 | 24 | 444 | 113 | 56 |
| Binary | 10110111 | 11101 | 11001101 | 1011 | 1010110 | 0 | 10100 | 100100100 | 1001011 | 101110 |
Color Harmonies of #B71DCD
Complementary color
Monochromatic Colors of #B71DCD
Black with #B71DCD
Text Example
Text Example
White with #B71DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71DCD; }
p { color: rgb(183,29,205); }
H1.HeaderClassName
{
color: #B71DCD;
}
.AnyTagClassName
{
color: #B71DCD;
}
</style>
background-color css
<style>
a { background-color: #B71DCD; }
a { background-color: rgb(183,29,205); }
div.DivClassName
{
background-color: #B71DCD;
}
.BgClassName
{
background-color: #B71DCD;
}
</style>
border-color css
<style>
span { border-color: #B71DCD; }
span { border-color: rgb(183,29,205); }
td.TdClassName
{
border-color: #B71DCD;
}
.TagClassName
{
border-color: #B71DCD;
}
</style>