Shades of Deep Magenta #B71BAE
Tints of Deep Magenta #B71BAE
RGB
CMYK
RGB Variations
Color information
#B71BAE (or 0xB71BAE) is known color: Deep Magenta. HEX triplet: B7, 1B and AE. RGB value is (183,27,174). Sum of RGB (Red+Green+Blue) = 183+27+174=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B71BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71BAE is #48E451. Grayscale: #595959. Windows color (decimal): -4777042 or 11410359. OLE color: 11410359.
HSL color Cylindrical-coordinate representation of color #B71BAE: hue angle of 303.46º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71BAE is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 174 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.28 |
| HSL | 303.46º | 0.74% | 0.41% | - |
| HSV(B) | 303.46º | 0.85% | 0.72% | - |
| XYZ | 27.56 | 13.91 | 41.28 | - |
| YUV | 90.4 | 175.18 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 174 | 0 | 0.85 | 0.05 | 0.28 | 303.46 | 0.74 | 0.41 |
| Hex | B7 | 1B | AE | 0 | 55 | 5 | 1C | 12F | 4A | 29 |
| Octal | 267 | 33 | 256 | 0 | 125 | 5 | 34 | 457 | 112 | 51 |
| Binary | 10110111 | 11011 | 10101110 | 0 | 1010101 | 101 | 11100 | 100101111 | 1001010 | 101001 |
Color Harmonies of #B71BAE
Complementary color
Monochromatic Colors of #B71BAE
Black with #B71BAE
Text Example
Text Example
White with #B71BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BAE; }
p { color: rgb(183,27,174); }
H1.HeaderClassName
{
color: #B71BAE;
}
.AnyTagClassName
{
color: #B71BAE;
}
</style>
background-color css
<style>
a { background-color: #B71BAE; }
a { background-color: rgb(183,27,174); }
div.DivClassName
{
background-color: #B71BAE;
}
.BgClassName
{
background-color: #B71BAE;
}
</style>
border-color css
<style>
span { border-color: #B71BAE; }
span { border-color: rgb(183,27,174); }
td.TdClassName
{
border-color: #B71BAE;
}
.TagClassName
{
border-color: #B71BAE;
}
</style>