Shades of Deep Magenta #BF11AC
Tints of Deep Magenta #BF11AC
RGB
CMYK
RGB Variations
Color information
#BF11AC (or 0xBF11AC) is known color: Deep Magenta. HEX triplet: BF, 11 and AC. RGB value is (191,17,172). Sum of RGB (Red+Green+Blue) = 191+17+172=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF11AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF11AC is #40EE53. Grayscale: #565656. Windows color (decimal): -4255316 or 11276735. OLE color: 11276735.
HSL color Cylindrical-coordinate representation of color #BF11AC: hue angle of 306.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF11AC is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 172 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.25 |
| HSL | 306.55º | 0.84% | 0.41% | - |
| HSV(B) | 306.55º | 0.91% | 0.75% | - |
| XYZ | 29.13 | 14.46 | 40.28 | - |
| YUV | 86.7 | 176.15 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 172 | 0 | 0.91 | 0.10 | 0.25 | 306.55 | 0.84 | 0.41 |
| Hex | BF | 11 | AC | 0 | 5B | A | 19 | 133 | 54 | 29 |
| Octal | 277 | 21 | 254 | 0 | 133 | 12 | 31 | 463 | 124 | 51 |
| Binary | 10111111 | 10001 | 10101100 | 0 | 1011011 | 1010 | 11001 | 100110011 | 1010100 | 101001 |
Color Harmonies of #BF11AC
Complementary color
Monochromatic Colors of #BF11AC
Black with #BF11AC
Text Example
Text Example
White with #BF11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF11AC; }
p { color: rgb(191,17,172); }
H1.HeaderClassName
{
color: #BF11AC;
}
.AnyTagClassName
{
color: #BF11AC;
}
</style>
background-color css
<style>
a { background-color: #BF11AC; }
a { background-color: rgb(191,17,172); }
div.DivClassName
{
background-color: #BF11AC;
}
.BgClassName
{
background-color: #BF11AC;
}
</style>
border-color css
<style>
span { border-color: #BF11AC; }
span { border-color: rgb(191,17,172); }
td.TdClassName
{
border-color: #BF11AC;
}
.TagClassName
{
border-color: #BF11AC;
}
</style>