Shades of Deep Magenta #B71EBC
Tints of Deep Magenta #B71EBC
RGB
CMYK
RGB Variations
Color information
#B71EBC (or 0xB71EBC) is known color: Deep Magenta. HEX triplet: B7, 1E and BC. RGB value is (183,30,188). Sum of RGB (Red+Green+Blue) = 183+30+188=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #B71EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71EBC is #48E143. Grayscale: #5D5D5D. Windows color (decimal): -4776260 or 12328631. OLE color: 12328631.
HSL color Cylindrical-coordinate representation of color #B71EBC: hue angle of 298.1º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71EBC is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 30 | 188 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.26 |
| HSL | 298.1º | 0.72% | 0.43% | - |
| HSV(B) | 298.1º | 0.84% | 0.74% | - |
| XYZ | 29.07 | 14.63 | 48.87 | - |
| YUV | 93.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 188 | 0.03 | 0.84 | 0 | 0.26 | 298.1 | 0.72 | 0.43 |
| Hex | B7 | 1E | BC | 3 | 54 | 0 | 1A | 12A | 48 | 2B |
| Octal | 267 | 36 | 274 | 3 | 124 | 0 | 32 | 452 | 110 | 53 |
| Binary | 10110111 | 11110 | 10111100 | 11 | 1010100 | 0 | 11010 | 100101010 | 1001000 | 101011 |
Color Harmonies of #B71EBC
Complementary color
Monochromatic Colors of #B71EBC
Black with #B71EBC
Text Example
Text Example
White with #B71EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71EBC; }
p { color: rgb(183,30,188); }
H1.HeaderClassName
{
color: #B71EBC;
}
.AnyTagClassName
{
color: #B71EBC;
}
</style>
background-color css
<style>
a { background-color: #B71EBC; }
a { background-color: rgb(183,30,188); }
div.DivClassName
{
background-color: #B71EBC;
}
.BgClassName
{
background-color: #B71EBC;
}
</style>
border-color css
<style>
span { border-color: #B71EBC; }
span { border-color: rgb(183,30,188); }
td.TdClassName
{
border-color: #B71EBC;
}
.TagClassName
{
border-color: #B71EBC;
}
</style>