Shades of Deep Magenta #B71BAB
Tints of Deep Magenta #B71BAB
RGB
CMYK
RGB Variations
Color information
#B71BAB (or 0xB71BAB) is known color: Deep Magenta. HEX triplet: B7, 1B and AB. RGB value is (183,27,171). Sum of RGB (Red+Green+Blue) = 183+27+171=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B71BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71BAB is #48E454. Grayscale: #595959. Windows color (decimal): -4777045 or 11213751. OLE color: 11213751.
HSL color Cylindrical-coordinate representation of color #B71BAB: hue angle of 304.62º 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 #B71BAB is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 171 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.28 |
| HSL | 304.62º | 0.74% | 0.41% | - |
| HSV(B) | 304.62º | 0.85% | 0.72% | - |
| XYZ | 27.27 | 13.79 | 39.75 | - |
| YUV | 90.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 171 | 0 | 0.85 | 0.07 | 0.28 | 304.62 | 0.74 | 0.41 |
| Hex | B7 | 1B | AB | 0 | 55 | 7 | 1C | 131 | 4A | 29 |
| Octal | 267 | 33 | 253 | 0 | 125 | 7 | 34 | 461 | 112 | 51 |
| Binary | 10110111 | 11011 | 10101011 | 0 | 1010101 | 111 | 11100 | 100110001 | 1001010 | 101001 |
Color Harmonies of #B71BAB
Complementary color
Monochromatic Colors of #B71BAB
Black with #B71BAB
Text Example
Text Example
White with #B71BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BAB; }
p { color: rgb(183,27,171); }
H1.HeaderClassName
{
color: #B71BAB;
}
.AnyTagClassName
{
color: #B71BAB;
}
</style>
background-color css
<style>
a { background-color: #B71BAB; }
a { background-color: rgb(183,27,171); }
div.DivClassName
{
background-color: #B71BAB;
}
.BgClassName
{
background-color: #B71BAB;
}
</style>
border-color css
<style>
span { border-color: #B71BAB; }
span { border-color: rgb(183,27,171); }
td.TdClassName
{
border-color: #B71BAB;
}
.TagClassName
{
border-color: #B71BAB;
}
</style>