Shades of Deep Magenta #B71AD5
Tints of Deep Magenta #B71AD5
RGB
CMYK
RGB Variations
Color information
#B71AD5 (or 0xB71AD5) is known color: Deep Magenta. HEX triplet: B7, 1A and D5. RGB value is (183,26,213). Sum of RGB (Red+Green+Blue) = 183+26+213=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #B71AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71AD5 is #48E52A. Grayscale: #5D5D5D. Windows color (decimal): -4777259 or 13966007. OLE color: 13966007.
HSL color Cylindrical-coordinate representation of color #B71AD5: hue angle of 290.37º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71AD5 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 26 | 213 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.16 |
| HSL | 290.37º | 0.78% | 0.47% | - |
| HSV(B) | 290.37º | 0.88% | 0.84% | - |
| XYZ | 31.91 | 15.61 | 64.28 | - |
| YUV | 94.26 | 195.01 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 213 | 0.14 | 0.88 | 0 | 0.16 | 290.37 | 0.78 | 0.47 |
| Hex | B7 | 1A | D5 | E | 58 | 0 | 10 | 122 | 4E | 2F |
| Octal | 267 | 32 | 325 | 16 | 130 | 0 | 20 | 442 | 116 | 57 |
| Binary | 10110111 | 11010 | 11010101 | 1110 | 1011000 | 0 | 10000 | 100100010 | 1001110 | 101111 |
Color Harmonies of #B71AD5
Complementary color
Monochromatic Colors of #B71AD5
Black with #B71AD5
Text Example
Text Example
White with #B71AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71AD5; }
p { color: rgb(183,26,213); }
H1.HeaderClassName
{
color: #B71AD5;
}
.AnyTagClassName
{
color: #B71AD5;
}
</style>
background-color css
<style>
a { background-color: #B71AD5; }
a { background-color: rgb(183,26,213); }
div.DivClassName
{
background-color: #B71AD5;
}
.BgClassName
{
background-color: #B71AD5;
}
</style>
border-color css
<style>
span { border-color: #B71AD5; }
span { border-color: rgb(183,26,213); }
td.TdClassName
{
border-color: #B71AD5;
}
.TagClassName
{
border-color: #B71AD5;
}
</style>