Shades of Deep Magenta #B711AC
Tints of Deep Magenta #B711AC
RGB
CMYK
RGB Variations
Color information
#B711AC (or 0xB711AC) is known color: Deep Magenta. HEX triplet: B7, 11 and AC. RGB value is (183,17,172). Sum of RGB (Red+Green+Blue) = 183+17+172=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B711AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B711AC is #48EE53. Grayscale: #535353. Windows color (decimal): -4779604 or 11276727. OLE color: 11276727.
HSL color Cylindrical-coordinate representation of color #B711AC: hue angle of 303.98º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B711AC is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 172 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.28 |
| HSL | 303.98º | 0.83% | 0.39% | - |
| HSV(B) | 303.98º | 0.91% | 0.72% | - |
| XYZ | 27.18 | 13.45 | 40.19 | - |
| YUV | 84.3 | 177.5 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 172 | 0 | 0.91 | 0.06 | 0.28 | 303.98 | 0.83 | 0.39 |
| Hex | B7 | 11 | AC | 0 | 5B | 6 | 1C | 130 | 53 | 27 |
| Octal | 267 | 21 | 254 | 0 | 133 | 6 | 34 | 460 | 123 | 47 |
| Binary | 10110111 | 10001 | 10101100 | 0 | 1011011 | 110 | 11100 | 100110000 | 1010011 | 100111 |
Color Harmonies of #B711AC
Complementary color
Monochromatic Colors of #B711AC
Black with #B711AC
Text Example
Text Example
White with #B711AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711AC; }
p { color: rgb(183,17,172); }
H1.HeaderClassName
{
color: #B711AC;
}
.AnyTagClassName
{
color: #B711AC;
}
</style>
background-color css
<style>
a { background-color: #B711AC; }
a { background-color: rgb(183,17,172); }
div.DivClassName
{
background-color: #B711AC;
}
.BgClassName
{
background-color: #B711AC;
}
</style>
border-color css
<style>
span { border-color: #B711AC; }
span { border-color: rgb(183,17,172); }
td.TdClassName
{
border-color: #B711AC;
}
.TagClassName
{
border-color: #B711AC;
}
</style>