Shades of Deep Magenta #B71ECF
Tints of Deep Magenta #B71ECF
RGB
CMYK
RGB Variations
Color information
#B71ECF (or 0xB71ECF) is known color: Deep Magenta. HEX triplet: B7, 1E and CF. RGB value is (183,30,207). Sum of RGB (Red+Green+Blue) = 183+30+207=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #B71ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71ECF is #48E130. Grayscale: #5F5F5F. Windows color (decimal): -4776241 or 13573815. OLE color: 13573815.
HSL color Cylindrical-coordinate representation of color #B71ECF: hue angle of 291.86º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71ECF is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 30 | 207 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.19 |
| HSL | 291.86º | 0.75% | 0.46% | - |
| HSV(B) | 291.86º | 0.86% | 0.81% | - |
| XYZ | 31.26 | 15.5 | 60.38 | - |
| YUV | 95.93 | 190.69 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 207 | 0.12 | 0.86 | 0 | 0.19 | 291.86 | 0.75 | 0.46 |
| Hex | B7 | 1E | CF | C | 56 | 0 | 13 | 124 | 4B | 2E |
| Octal | 267 | 36 | 317 | 14 | 126 | 0 | 23 | 444 | 113 | 56 |
| Binary | 10110111 | 11110 | 11001111 | 1100 | 1010110 | 0 | 10011 | 100100100 | 1001011 | 101110 |
Color Harmonies of #B71ECF
Complementary color
Monochromatic Colors of #B71ECF
Black with #B71ECF
Text Example
Text Example
White with #B71ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71ECF; }
p { color: rgb(183,30,207); }
H1.HeaderClassName
{
color: #B71ECF;
}
.AnyTagClassName
{
color: #B71ECF;
}
</style>
background-color css
<style>
a { background-color: #B71ECF; }
a { background-color: rgb(183,30,207); }
div.DivClassName
{
background-color: #B71ECF;
}
.BgClassName
{
background-color: #B71ECF;
}
</style>
border-color css
<style>
span { border-color: #B71ECF; }
span { border-color: rgb(183,30,207); }
td.TdClassName
{
border-color: #B71ECF;
}
.TagClassName
{
border-color: #B71ECF;
}
</style>