Shades of Deep Magenta #B71EC9
Tints of Deep Magenta #B71EC9
RGB
CMYK
RGB Variations
Color information
#B71EC9 (or 0xB71EC9) is known color: Deep Magenta. HEX triplet: B7, 1E and C9. RGB value is (183,30,201). Sum of RGB (Red+Green+Blue) = 183+30+201=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #B71EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71EC9 is #48E136. Grayscale: #5E5E5E. Windows color (decimal): -4776247 or 13180599. OLE color: 13180599.
HSL color Cylindrical-coordinate representation of color #B71EC9: hue angle of 293.68º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71EC9 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 30 | 201 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.21 |
| HSL | 293.68º | 0.74% | 0.45% | - |
| HSV(B) | 293.68º | 0.85% | 0.79% | - |
| XYZ | 30.54 | 15.21 | 56.59 | - |
| YUV | 95.24 | 187.69 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 201 | 0.09 | 0.85 | 0 | 0.21 | 293.68 | 0.74 | 0.45 |
| Hex | B7 | 1E | C9 | 9 | 55 | 0 | 15 | 126 | 4A | 2D |
| Octal | 267 | 36 | 311 | 11 | 125 | 0 | 25 | 446 | 112 | 55 |
| Binary | 10110111 | 11110 | 11001001 | 1001 | 1010101 | 0 | 10101 | 100100110 | 1001010 | 101101 |
Color Harmonies of #B71EC9
Complementary color
Monochromatic Colors of #B71EC9
Black with #B71EC9
Text Example
Text Example
White with #B71EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71EC9; }
p { color: rgb(183,30,201); }
H1.HeaderClassName
{
color: #B71EC9;
}
.AnyTagClassName
{
color: #B71EC9;
}
</style>
background-color css
<style>
a { background-color: #B71EC9; }
a { background-color: rgb(183,30,201); }
div.DivClassName
{
background-color: #B71EC9;
}
.BgClassName
{
background-color: #B71EC9;
}
</style>
border-color css
<style>
span { border-color: #B71EC9; }
span { border-color: rgb(183,30,201); }
td.TdClassName
{
border-color: #B71EC9;
}
.TagClassName
{
border-color: #B71EC9;
}
</style>