Shades of Deep Magenta #BF17AC
Tints of Deep Magenta #BF17AC
RGB
CMYK
RGB Variations
Color information
#BF17AC (or 0xBF17AC) is known color: Deep Magenta. HEX triplet: BF, 17 and AC. RGB value is (191,23,172). Sum of RGB (Red+Green+Blue) = 191+23+172=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF17AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF17AC is #40E853. Grayscale: #595959. Windows color (decimal): -4253780 or 11278271. OLE color: 11278271.
HSL color Cylindrical-coordinate representation of color #BF17AC: hue angle of 306.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF17AC is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 172 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.25 |
| HSL | 306.79º | 0.79% | 0.42% | - |
| HSV(B) | 306.79º | 0.88% | 0.75% | - |
| XYZ | 29.24 | 14.67 | 40.32 | - |
| YUV | 90.22 | 174.16 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 172 | 0 | 0.88 | 0.10 | 0.25 | 306.79 | 0.79 | 0.42 |
| Hex | BF | 17 | AC | 0 | 58 | A | 19 | 133 | 4F | 2A |
| Octal | 277 | 27 | 254 | 0 | 130 | 12 | 31 | 463 | 117 | 52 |
| Binary | 10111111 | 10111 | 10101100 | 0 | 1011000 | 1010 | 11001 | 100110011 | 1001111 | 101010 |
Color Harmonies of #BF17AC
Complementary color
Monochromatic Colors of #BF17AC
Black with #BF17AC
Text Example
Text Example
White with #BF17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17AC; }
p { color: rgb(191,23,172); }
H1.HeaderClassName
{
color: #BF17AC;
}
.AnyTagClassName
{
color: #BF17AC;
}
</style>
background-color css
<style>
a { background-color: #BF17AC; }
a { background-color: rgb(191,23,172); }
div.DivClassName
{
background-color: #BF17AC;
}
.BgClassName
{
background-color: #BF17AC;
}
</style>
border-color css
<style>
span { border-color: #BF17AC; }
span { border-color: rgb(191,23,172); }
td.TdClassName
{
border-color: #BF17AC;
}
.TagClassName
{
border-color: #BF17AC;
}
</style>