Shades of Deep Magenta #B71CCD
Tints of Deep Magenta #B71CCD
RGB
CMYK
RGB Variations
Color information
#B71CCD (or 0xB71CCD) is known color: Deep Magenta. HEX triplet: B7, 1C and CD. RGB value is (183,28,205). Sum of RGB (Red+Green+Blue) = 183+28+205=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #B71CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CCD is #48E332. Grayscale: #5D5D5D. Windows color (decimal): -4776755 or 13442231. OLE color: 13442231.
HSL color Cylindrical-coordinate representation of color #B71CCD: hue angle of 292.54º degrees, saturation: 0.76, 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 #B71CCD is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 28 | 205 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.20 |
| HSL | 292.54º | 0.76% | 0.46% | - |
| HSV(B) | 292.54º | 0.86% | 0.8% | - |
| XYZ | 30.96 | 15.31 | 59.08 | - |
| YUV | 94.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 205 | 0.11 | 0.86 | 0 | 0.20 | 292.54 | 0.76 | 0.46 |
| Hex | B7 | 1C | CD | B | 56 | 0 | 14 | 125 | 4C | 2E |
| Octal | 267 | 34 | 315 | 13 | 126 | 0 | 24 | 445 | 114 | 56 |
| Binary | 10110111 | 11100 | 11001101 | 1011 | 1010110 | 0 | 10100 | 100100101 | 1001100 | 101110 |
Color Harmonies of #B71CCD
Complementary color
Monochromatic Colors of #B71CCD
Black with #B71CCD
Text Example
Text Example
White with #B71CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CCD; }
p { color: rgb(183,28,205); }
H1.HeaderClassName
{
color: #B71CCD;
}
.AnyTagClassName
{
color: #B71CCD;
}
</style>
background-color css
<style>
a { background-color: #B71CCD; }
a { background-color: rgb(183,28,205); }
div.DivClassName
{
background-color: #B71CCD;
}
.BgClassName
{
background-color: #B71CCD;
}
</style>
border-color css
<style>
span { border-color: #B71CCD; }
span { border-color: rgb(183,28,205); }
td.TdClassName
{
border-color: #B71CCD;
}
.TagClassName
{
border-color: #B71CCD;
}
</style>