Shades of Deep Magenta #B71EC2
Tints of Deep Magenta #B71EC2
RGB
CMYK
RGB Variations
Color information
#B71EC2 (or 0xB71EC2) is known color: Deep Magenta. HEX triplet: B7, 1E and C2. RGB value is (183,30,194). Sum of RGB (Red+Green+Blue) = 183+30+194=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #B71EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71EC2 is #48E13D. Grayscale: #5D5D5D. Windows color (decimal): -4776254 or 12721847. OLE color: 12721847.
HSL color Cylindrical-coordinate representation of color #B71EC2: hue angle of 295.98º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71EC2 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 30 | 194 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.24 |
| HSL | 295.98º | 0.73% | 0.44% | - |
| HSV(B) | 295.98º | 0.85% | 0.76% | - |
| XYZ | 29.73 | 14.89 | 52.35 | - |
| YUV | 94.44 | 184.19 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 194 | 0.06 | 0.85 | 0 | 0.24 | 295.98 | 0.73 | 0.44 |
| Hex | B7 | 1E | C2 | 6 | 55 | 0 | 18 | 128 | 49 | 2C |
| Octal | 267 | 36 | 302 | 6 | 125 | 0 | 30 | 450 | 111 | 54 |
| Binary | 10110111 | 11110 | 11000010 | 110 | 1010101 | 0 | 11000 | 100101000 | 1001001 | 101100 |
Color Harmonies of #B71EC2
Complementary color
Monochromatic Colors of #B71EC2
Black with #B71EC2
Text Example
Text Example
White with #B71EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71EC2; }
p { color: rgb(183,30,194); }
H1.HeaderClassName
{
color: #B71EC2;
}
.AnyTagClassName
{
color: #B71EC2;
}
</style>
background-color css
<style>
a { background-color: #B71EC2; }
a { background-color: rgb(183,30,194); }
div.DivClassName
{
background-color: #B71EC2;
}
.BgClassName
{
background-color: #B71EC2;
}
</style>
border-color css
<style>
span { border-color: #B71EC2; }
span { border-color: rgb(183,30,194); }
td.TdClassName
{
border-color: #B71EC2;
}
.TagClassName
{
border-color: #B71EC2;
}
</style>