Shades of Deep Magenta #B71ECE
Tints of Deep Magenta #B71ECE
RGB
CMYK
RGB Variations
Color information
#B71ECE (or 0xB71ECE) is known color: Deep Magenta. HEX triplet: B7, 1E and CE. RGB value is (183,30,206). Sum of RGB (Red+Green+Blue) = 183+30+206=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #B71ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71ECE is #48E131. Grayscale: #5F5F5F. Windows color (decimal): -4776242 or 13508279. OLE color: 13508279.
HSL color Cylindrical-coordinate representation of color #B71ECE: hue angle of 292.16º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71ECE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 30 | 206 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.19 |
| HSL | 292.16º | 0.75% | 0.46% | - |
| HSV(B) | 292.16º | 0.85% | 0.81% | - |
| XYZ | 31.13 | 15.45 | 59.73 | - |
| YUV | 95.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 206 | 0.11 | 0.85 | 0 | 0.19 | 292.16 | 0.75 | 0.46 |
| Hex | B7 | 1E | CE | B | 55 | 0 | 13 | 124 | 4B | 2E |
| Octal | 267 | 36 | 316 | 13 | 125 | 0 | 23 | 444 | 113 | 56 |
| Binary | 10110111 | 11110 | 11001110 | 1011 | 1010101 | 0 | 10011 | 100100100 | 1001011 | 101110 |
Color Harmonies of #B71ECE
Complementary color
Monochromatic Colors of #B71ECE
Black with #B71ECE
Text Example
Text Example
White with #B71ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71ECE; }
p { color: rgb(183,30,206); }
H1.HeaderClassName
{
color: #B71ECE;
}
.AnyTagClassName
{
color: #B71ECE;
}
</style>
background-color css
<style>
a { background-color: #B71ECE; }
a { background-color: rgb(183,30,206); }
div.DivClassName
{
background-color: #B71ECE;
}
.BgClassName
{
background-color: #B71ECE;
}
</style>
border-color css
<style>
span { border-color: #B71ECE; }
span { border-color: rgb(183,30,206); }
td.TdClassName
{
border-color: #B71ECE;
}
.TagClassName
{
border-color: #B71ECE;
}
</style>