Shades of Deep Magenta #B71AAC
Tints of Deep Magenta #B71AAC
RGB
CMYK
RGB Variations
Color information
#B71AAC (or 0xB71AAC) is known color: Deep Magenta. HEX triplet: B7, 1A and AC. RGB value is (183,26,172). Sum of RGB (Red+Green+Blue) = 183+26+172=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B71AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71AAC is #48E553. Grayscale: #595959. Windows color (decimal): -4777300 or 11279031. OLE color: 11279031.
HSL color Cylindrical-coordinate representation of color #B71AAC: hue angle of 304.2º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71AAC is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 26 | 172 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.28 |
| HSL | 304.2º | 0.75% | 0.41% | - |
| HSV(B) | 304.2º | 0.86% | 0.72% | - |
| XYZ | 27.34 | 13.78 | 40.25 | - |
| YUV | 89.59 | 174.51 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 172 | 0 | 0.86 | 0.06 | 0.28 | 304.2 | 0.75 | 0.41 |
| Hex | B7 | 1A | AC | 0 | 56 | 6 | 1C | 130 | 4B | 29 |
| Octal | 267 | 32 | 254 | 0 | 126 | 6 | 34 | 460 | 113 | 51 |
| Binary | 10110111 | 11010 | 10101100 | 0 | 1010110 | 110 | 11100 | 100110000 | 1001011 | 101001 |
Color Harmonies of #B71AAC
Complementary color
Monochromatic Colors of #B71AAC
Black with #B71AAC
Text Example
Text Example
White with #B71AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71AAC; }
p { color: rgb(183,26,172); }
H1.HeaderClassName
{
color: #B71AAC;
}
.AnyTagClassName
{
color: #B71AAC;
}
</style>
background-color css
<style>
a { background-color: #B71AAC; }
a { background-color: rgb(183,26,172); }
div.DivClassName
{
background-color: #B71AAC;
}
.BgClassName
{
background-color: #B71AAC;
}
</style>
border-color css
<style>
span { border-color: #B71AAC; }
span { border-color: rgb(183,26,172); }
td.TdClassName
{
border-color: #B71AAC;
}
.TagClassName
{
border-color: #B71AAC;
}
</style>