Shades of Deep Magenta #B71CDC
Tints of Deep Magenta #B71CDC
RGB
CMYK
RGB Variations
Color information
#B71CDC (or 0xB71CDC) is known color: Deep Magenta. HEX triplet: B7, 1C and DC. RGB value is (183,28,220). Sum of RGB (Red+Green+Blue) = 183+28+220=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #B71CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CDC is #48E323. Grayscale: #5F5F5F. Windows color (decimal): -4776740 or 14425271. OLE color: 14425271.
HSL color Cylindrical-coordinate representation of color #B71CDC: hue angle of 288.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71CDC is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 28 | 220 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.14 |
| HSL | 288.44º | 0.77% | 0.49% | - |
| HSV(B) | 288.44º | 0.87% | 0.86% | - |
| XYZ | 32.86 | 16.07 | 69.08 | - |
| YUV | 96.23 | 197.85 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 220 | 0.17 | 0.87 | 0 | 0.14 | 288.44 | 0.77 | 0.49 |
| Hex | B7 | 1C | DC | 11 | 57 | 0 | E | 120 | 4D | 31 |
| Octal | 267 | 34 | 334 | 21 | 127 | 0 | 16 | 440 | 115 | 61 |
| Binary | 10110111 | 11100 | 11011100 | 10001 | 1010111 | 0 | 1110 | 100100000 | 1001101 | 110001 |
Color Harmonies of #B71CDC
Complementary color
Monochromatic Colors of #B71CDC
Black with #B71CDC
Text Example
Text Example
White with #B71CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CDC; }
p { color: rgb(183,28,220); }
H1.HeaderClassName
{
color: #B71CDC;
}
.AnyTagClassName
{
color: #B71CDC;
}
</style>
background-color css
<style>
a { background-color: #B71CDC; }
a { background-color: rgb(183,28,220); }
div.DivClassName
{
background-color: #B71CDC;
}
.BgClassName
{
background-color: #B71CDC;
}
</style>
border-color css
<style>
span { border-color: #B71CDC; }
span { border-color: rgb(183,28,220); }
td.TdClassName
{
border-color: #B71CDC;
}
.TagClassName
{
border-color: #B71CDC;
}
</style>