Shades of Deep Magenta #B71FCD
Tints of Deep Magenta #B71FCD
RGB
CMYK
RGB Variations
Color information
#B71FCD (or 0xB71FCD) is known color: Deep Magenta. HEX triplet: B7, 1F and CD. RGB value is (183,31,205). Sum of RGB (Red+Green+Blue) = 183+31+205=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #B71FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71FCD is #48E032. Grayscale: #5F5F5F. Windows color (decimal): -4775987 or 13442999. OLE color: 13442999.
HSL color Cylindrical-coordinate representation of color #B71FCD: hue angle of 292.41º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71FCD is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 31 | 205 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.20 |
| HSL | 292.41º | 0.74% | 0.46% | - |
| HSV(B) | 292.41º | 0.85% | 0.8% | - |
| XYZ | 31.04 | 15.46 | 59.1 | - |
| YUV | 96.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 205 | 0.11 | 0.85 | 0 | 0.20 | 292.41 | 0.74 | 0.46 |
| Hex | B7 | 1F | CD | B | 55 | 0 | 14 | 124 | 4A | 2E |
| Octal | 267 | 37 | 315 | 13 | 125 | 0 | 24 | 444 | 112 | 56 |
| Binary | 10110111 | 11111 | 11001101 | 1011 | 1010101 | 0 | 10100 | 100100100 | 1001010 | 101110 |
Color Harmonies of #B71FCD
Complementary color
Monochromatic Colors of #B71FCD
Black with #B71FCD
Text Example
Text Example
White with #B71FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71FCD; }
p { color: rgb(183,31,205); }
H1.HeaderClassName
{
color: #B71FCD;
}
.AnyTagClassName
{
color: #B71FCD;
}
</style>
background-color css
<style>
a { background-color: #B71FCD; }
a { background-color: rgb(183,31,205); }
div.DivClassName
{
background-color: #B71FCD;
}
.BgClassName
{
background-color: #B71FCD;
}
</style>
border-color css
<style>
span { border-color: #B71FCD; }
span { border-color: rgb(183,31,205); }
td.TdClassName
{
border-color: #B71FCD;
}
.TagClassName
{
border-color: #B71FCD;
}
</style>