Shades of Deep Magenta #B71ECC
Tints of Deep Magenta #B71ECC
RGB
CMYK
RGB Variations
Color information
#B71ECC (or 0xB71ECC) is known color: Deep Magenta. HEX triplet: B7, 1E and CC. RGB value is (183,30,204). Sum of RGB (Red+Green+Blue) = 183+30+204=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #B71ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71ECC is #48E133. Grayscale: #5F5F5F. Windows color (decimal): -4776244 or 13377207. OLE color: 13377207.
HSL color Cylindrical-coordinate representation of color #B71ECC: hue angle of 292.76º 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 #B71ECC is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 30 | 204 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.2 |
| HSL | 292.76º | 0.74% | 0.46% | - |
| HSV(B) | 292.76º | 0.85% | 0.8% | - |
| XYZ | 30.89 | 15.36 | 58.46 | - |
| YUV | 95.58 | 189.19 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 204 | 0.10 | 0.85 | 0 | 0.2 | 292.76 | 0.74 | 0.46 |
| Hex | B7 | 1E | CC | A | 55 | 0 | 14 | 125 | 4A | 2E |
| Octal | 267 | 36 | 314 | 12 | 125 | 0 | 24 | 445 | 112 | 56 |
| Binary | 10110111 | 11110 | 11001100 | 1010 | 1010101 | 0 | 10100 | 100100101 | 1001010 | 101110 |
Color Harmonies of #B71ECC
Complementary color
Monochromatic Colors of #B71ECC
Black with #B71ECC
Text Example
Text Example
White with #B71ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71ECC; }
p { color: rgb(183,30,204); }
H1.HeaderClassName
{
color: #B71ECC;
}
.AnyTagClassName
{
color: #B71ECC;
}
</style>
background-color css
<style>
a { background-color: #B71ECC; }
a { background-color: rgb(183,30,204); }
div.DivClassName
{
background-color: #B71ECC;
}
.BgClassName
{
background-color: #B71ECC;
}
</style>
border-color css
<style>
span { border-color: #B71ECC; }
span { border-color: rgb(183,30,204); }
td.TdClassName
{
border-color: #B71ECC;
}
.TagClassName
{
border-color: #B71ECC;
}
</style>