Shades of Deep Magenta #BF11AD
Tints of Deep Magenta #BF11AD
RGB
CMYK
RGB Variations
Color information
#BF11AD (or 0xBF11AD) is known color: Deep Magenta. HEX triplet: BF, 11 and AD. RGB value is (191,17,173). Sum of RGB (Red+Green+Blue) = 191+17+173=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF11AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF11AD is #40EE52. Grayscale: #565656. Windows color (decimal): -4255315 or 11342271. OLE color: 11342271.
HSL color Cylindrical-coordinate representation of color #BF11AD: hue angle of 306.21º 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 #BF11AD is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 173 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.25 |
| HSL | 306.21º | 0.84% | 0.41% | - |
| HSV(B) | 306.21º | 0.91% | 0.75% | - |
| XYZ | 29.23 | 14.49 | 40.79 | - |
| YUV | 86.81 | 176.65 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 173 | 0 | 0.91 | 0.09 | 0.25 | 306.21 | 0.84 | 0.41 |
| Hex | BF | 11 | AD | 0 | 5B | 9 | 19 | 132 | 54 | 29 |
| Octal | 277 | 21 | 255 | 0 | 133 | 11 | 31 | 462 | 124 | 51 |
| Binary | 10111111 | 10001 | 10101101 | 0 | 1011011 | 1001 | 11001 | 100110010 | 1010100 | 101001 |
Color Harmonies of #BF11AD
Complementary color
Monochromatic Colors of #BF11AD
Black with #BF11AD
Text Example
Text Example
White with #BF11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF11AD; }
p { color: rgb(191,17,173); }
H1.HeaderClassName
{
color: #BF11AD;
}
.AnyTagClassName
{
color: #BF11AD;
}
</style>
background-color css
<style>
a { background-color: #BF11AD; }
a { background-color: rgb(191,17,173); }
div.DivClassName
{
background-color: #BF11AD;
}
.BgClassName
{
background-color: #BF11AD;
}
</style>
border-color css
<style>
span { border-color: #BF11AD; }
span { border-color: rgb(191,17,173); }
td.TdClassName
{
border-color: #BF11AD;
}
.TagClassName
{
border-color: #BF11AD;
}
</style>