Shades of Deep Magenta #B71EC1
Tints of Deep Magenta #B71EC1
RGB
CMYK
RGB Variations
Color information
#B71EC1 (or 0xB71EC1) is known color: Deep Magenta. HEX triplet: B7, 1E and C1. RGB value is (183,30,193). Sum of RGB (Red+Green+Blue) = 183+30+193=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #B71EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71EC1 is #48E13E. Grayscale: #5D5D5D. Windows color (decimal): -4776255 or 12656311. OLE color: 12656311.
HSL color Cylindrical-coordinate representation of color #B71EC1: hue angle of 296.32º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71EC1 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 30 | 193 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.24 |
| HSL | 296.32º | 0.73% | 0.44% | - |
| HSV(B) | 296.32º | 0.84% | 0.76% | - |
| XYZ | 29.62 | 14.85 | 51.76 | - |
| YUV | 94.33 | 183.69 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 193 | 0.05 | 0.84 | 0 | 0.24 | 296.32 | 0.73 | 0.44 |
| Hex | B7 | 1E | C1 | 5 | 54 | 0 | 18 | 128 | 49 | 2C |
| Octal | 267 | 36 | 301 | 5 | 124 | 0 | 30 | 450 | 111 | 54 |
| Binary | 10110111 | 11110 | 11000001 | 101 | 1010100 | 0 | 11000 | 100101000 | 1001001 | 101100 |
Color Harmonies of #B71EC1
Complementary color
Monochromatic Colors of #B71EC1
Black with #B71EC1
Text Example
Text Example
White with #B71EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71EC1; }
p { color: rgb(183,30,193); }
H1.HeaderClassName
{
color: #B71EC1;
}
.AnyTagClassName
{
color: #B71EC1;
}
</style>
background-color css
<style>
a { background-color: #B71EC1; }
a { background-color: rgb(183,30,193); }
div.DivClassName
{
background-color: #B71EC1;
}
.BgClassName
{
background-color: #B71EC1;
}
</style>
border-color css
<style>
span { border-color: #B71EC1; }
span { border-color: rgb(183,30,193); }
td.TdClassName
{
border-color: #B71EC1;
}
.TagClassName
{
border-color: #B71EC1;
}
</style>