Shades of Deep Magenta #BF0FAC
Tints of Deep Magenta #BF0FAC
RGB
CMYK
RGB Variations
Color information
#BF0FAC (or 0xBF0FAC) is known color: Deep Magenta. HEX triplet: BF, 0F and AC. RGB value is (191,15,172). Sum of RGB (Red+Green+Blue) = 191+15+172=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0FAC is #40F053. Grayscale: #555555. Windows color (decimal): -4255828 or 11276223. OLE color: 11276223.
HSL color Cylindrical-coordinate representation of color #BF0FAC: hue angle of 306.48º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0FAC is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 172 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.25 |
| HSL | 306.48º | 0.85% | 0.4% | - |
| HSV(B) | 306.48º | 0.92% | 0.75% | - |
| XYZ | 29.1 | 14.4 | 40.27 | - |
| YUV | 85.52 | 176.81 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 172 | 0 | 0.92 | 0.10 | 0.25 | 306.48 | 0.85 | 0.4 |
| Hex | BF | F | AC | 0 | 5C | A | 19 | 132 | 55 | 28 |
| Octal | 277 | 17 | 254 | 0 | 134 | 12 | 31 | 462 | 125 | 50 |
| Binary | 10111111 | 1111 | 10101100 | 0 | 1011100 | 1010 | 11001 | 100110010 | 1010101 | 101000 |
Color Harmonies of #BF0FAC
Complementary color
Monochromatic Colors of #BF0FAC
Black with #BF0FAC
Text Example
Text Example
White with #BF0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FAC; }
p { color: rgb(191,15,172); }
H1.HeaderClassName
{
color: #BF0FAC;
}
.AnyTagClassName
{
color: #BF0FAC;
}
</style>
background-color css
<style>
a { background-color: #BF0FAC; }
a { background-color: rgb(191,15,172); }
div.DivClassName
{
background-color: #BF0FAC;
}
.BgClassName
{
background-color: #BF0FAC;
}
</style>
border-color css
<style>
span { border-color: #BF0FAC; }
span { border-color: rgb(191,15,172); }
td.TdClassName
{
border-color: #BF0FAC;
}
.TagClassName
{
border-color: #BF0FAC;
}
</style>