Shades of Deep Magenta #BF0DAC
Tints of Deep Magenta #BF0DAC
RGB
CMYK
RGB Variations
Color information
#BF0DAC (or 0xBF0DAC) is known color: Deep Magenta. HEX triplet: BF, 0D and AC. RGB value is (191,13,172). Sum of RGB (Red+Green+Blue) = 191+13+172=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0DAC is #40F253. Grayscale: #535353. Windows color (decimal): -4256340 or 11275711. OLE color: 11275711.
HSL color Cylindrical-coordinate representation of color #BF0DAC: hue angle of 306.4º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0DAC is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 172 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.25 |
| HSL | 306.4º | 0.87% | 0.4% | - |
| HSV(B) | 306.4º | 0.93% | 0.75% | - |
| XYZ | 29.08 | 14.34 | 40.27 | - |
| YUV | 84.35 | 177.47 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 172 | 0 | 0.93 | 0.10 | 0.25 | 306.4 | 0.87 | 0.4 |
| Hex | BF | D | AC | 0 | 5D | A | 19 | 132 | 57 | 28 |
| Octal | 277 | 15 | 254 | 0 | 135 | 12 | 31 | 462 | 127 | 50 |
| Binary | 10111111 | 1101 | 10101100 | 0 | 1011101 | 1010 | 11001 | 100110010 | 1010111 | 101000 |
Color Harmonies of #BF0DAC
Complementary color
Monochromatic Colors of #BF0DAC
Black with #BF0DAC
Text Example
Text Example
White with #BF0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DAC; }
p { color: rgb(191,13,172); }
H1.HeaderClassName
{
color: #BF0DAC;
}
.AnyTagClassName
{
color: #BF0DAC;
}
</style>
background-color css
<style>
a { background-color: #BF0DAC; }
a { background-color: rgb(191,13,172); }
div.DivClassName
{
background-color: #BF0DAC;
}
.BgClassName
{
background-color: #BF0DAC;
}
</style>
border-color css
<style>
span { border-color: #BF0DAC; }
span { border-color: rgb(191,13,172); }
td.TdClassName
{
border-color: #BF0DAC;
}
.TagClassName
{
border-color: #BF0DAC;
}
</style>