Shades of Deep Magenta #BF00AC
Tints of Deep Magenta #BF00AC
RGB
CMYK
RGB Variations
Color information
#BF00AC (or 0xBF00AC) is known color: Deep Magenta. HEX triplet: BF, 00 and AC. RGB value is (191,0,172). Sum of RGB (Red+Green+Blue) = 191+0+172=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00AC is #40FF53. Grayscale: #4C4C4C. Windows color (decimal): -4259668 or 11272383. OLE color: 11272383.
HSL color Cylindrical-coordinate representation of color #BF00AC: hue angle of 305.97º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00AC is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.10 | 0.25 |
| HSL | 305.97º | 1% | 0.37% | - |
| HSV(B) | 305.97º | 1% | 0.75% | - |
| XYZ | 28.93 | 14.05 | 40.22 | - |
| YUV | 76.72 | 181.78 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 172 | 0 | 1 | 0.10 | 0.25 | 305.97 | 1 | 0.37 |
| Hex | BF | 0 | AC | 0 | 64 | A | 19 | 132 | 64 | 25 |
| Octal | 277 | 0 | 254 | 0 | 144 | 12 | 31 | 462 | 144 | 45 |
| Binary | 10111111 | 0 | 10101100 | 0 | 1100100 | 1010 | 11001 | 100110010 | 1100100 | 100101 |
Color Harmonies of #BF00AC
Complementary color
Monochromatic Colors of #BF00AC
Black with #BF00AC
Text Example
Text Example
White with #BF00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00AC; }
p { color: rgb(191,0,172); }
H1.HeaderClassName
{
color: #BF00AC;
}
.AnyTagClassName
{
color: #BF00AC;
}
</style>
background-color css
<style>
a { background-color: #BF00AC; }
a { background-color: rgb(191,0,172); }
div.DivClassName
{
background-color: #BF00AC;
}
.BgClassName
{
background-color: #BF00AC;
}
</style>
border-color css
<style>
span { border-color: #BF00AC; }
span { border-color: rgb(191,0,172); }
td.TdClassName
{
border-color: #BF00AC;
}
.TagClassName
{
border-color: #BF00AC;
}
</style>