Shades of Deep Magenta #B71DB6
Tints of Deep Magenta #B71DB6
RGB
CMYK
RGB Variations
Color information
#B71DB6 (or 0xB71DB6) is known color: Deep Magenta. HEX triplet: B7, 1D and B6. RGB value is (183,29,182). Sum of RGB (Red+Green+Blue) = 183+29+182=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B71DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71DB6 is #48E249. Grayscale: #5C5C5C. Windows color (decimal): -4776522 or 11935159. OLE color: 11935159.
HSL color Cylindrical-coordinate representation of color #B71DB6: hue angle of 300.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71DB6 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 182 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.28 |
| HSL | 300.39º | 0.73% | 0.42% | - |
| HSV(B) | 300.39º | 0.84% | 0.72% | - |
| XYZ | 28.41 | 14.32 | 45.52 | - |
| YUV | 92.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 182 | 0 | 0.84 | 0.01 | 0.28 | 300.39 | 0.73 | 0.42 |
| Hex | B7 | 1D | B6 | 0 | 54 | 1 | 1C | 12C | 49 | 2A |
| Octal | 267 | 35 | 266 | 0 | 124 | 1 | 34 | 454 | 111 | 52 |
| Binary | 10110111 | 11101 | 10110110 | 0 | 1010100 | 1 | 11100 | 100101100 | 1001001 | 101010 |
Color Harmonies of #B71DB6
Complementary color
Monochromatic Colors of #B71DB6
Black with #B71DB6
Text Example
Text Example
White with #B71DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71DB6; }
p { color: rgb(183,29,182); }
H1.HeaderClassName
{
color: #B71DB6;
}
.AnyTagClassName
{
color: #B71DB6;
}
</style>
background-color css
<style>
a { background-color: #B71DB6; }
a { background-color: rgb(183,29,182); }
div.DivClassName
{
background-color: #B71DB6;
}
.BgClassName
{
background-color: #B71DB6;
}
</style>
border-color css
<style>
span { border-color: #B71DB6; }
span { border-color: rgb(183,29,182); }
td.TdClassName
{
border-color: #B71DB6;
}
.TagClassName
{
border-color: #B71DB6;
}
</style>