Shades of Deep Magenta #B71BDD
Tints of Deep Magenta #B71BDD
RGB
CMYK
RGB Variations
Color information
#B71BDD (or 0xB71BDD) is known color: Deep Magenta. HEX triplet: B7, 1B and DD. RGB value is (183,27,221). Sum of RGB (Red+Green+Blue) = 183+27+221=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #B71BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71BDD is #48E422. Grayscale: #5F5F5F. Windows color (decimal): -4776995 or 14490551. OLE color: 14490551.
HSL color Cylindrical-coordinate representation of color #B71BDD: hue angle of 288.25º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71BDD is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 27 | 221 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.13 |
| HSL | 288.25º | 0.78% | 0.49% | - |
| HSV(B) | 288.25º | 0.88% | 0.87% | - |
| XYZ | 32.97 | 16.07 | 69.77 | - |
| YUV | 95.76 | 198.68 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 221 | 0.17 | 0.88 | 0 | 0.13 | 288.25 | 0.78 | 0.49 |
| Hex | B7 | 1B | DD | 11 | 58 | 0 | D | 120 | 4E | 31 |
| Octal | 267 | 33 | 335 | 21 | 130 | 0 | 15 | 440 | 116 | 61 |
| Binary | 10110111 | 11011 | 11011101 | 10001 | 1011000 | 0 | 1101 | 100100000 | 1001110 | 110001 |
Color Harmonies of #B71BDD
Complementary color
Monochromatic Colors of #B71BDD
Black with #B71BDD
Text Example
Text Example
White with #B71BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BDD; }
p { color: rgb(183,27,221); }
H1.HeaderClassName
{
color: #B71BDD;
}
.AnyTagClassName
{
color: #B71BDD;
}
</style>
background-color css
<style>
a { background-color: #B71BDD; }
a { background-color: rgb(183,27,221); }
div.DivClassName
{
background-color: #B71BDD;
}
.BgClassName
{
background-color: #B71BDD;
}
</style>
border-color css
<style>
span { border-color: #B71BDD; }
span { border-color: rgb(183,27,221); }
td.TdClassName
{
border-color: #B71BDD;
}
.TagClassName
{
border-color: #B71BDD;
}
</style>