Shades of Deep Magenta #BF11DF
Tints of Deep Magenta #BF11DF
RGB
CMYK
RGB Variations
Color information
#BF11DF (or 0xBF11DF) is known color: Deep Magenta. HEX triplet: BF, 11 and DF. RGB value is (191,17,223). Sum of RGB (Red+Green+Blue) = 191+17+223=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF11DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF11DF is #40EE20. Grayscale: #5B5B5B. Windows color (decimal): -4255265 or 14619071. OLE color: 14619071.
HSL color Cylindrical-coordinate representation of color #BF11DF: hue angle of 290.68º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF11DF is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 17 | 223 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.13 |
| HSL | 290.68º | 0.86% | 0.47% | - |
| HSV(B) | 290.68º | 0.92% | 0.87% | - |
| XYZ | 35.01 | 16.8 | 71.21 | - |
| YUV | 92.51 | 201.65 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 223 | 0.14 | 0.92 | 0 | 0.13 | 290.68 | 0.86 | 0.47 |
| Hex | BF | 11 | DF | E | 5C | 0 | D | 123 | 56 | 2F |
| Octal | 277 | 21 | 337 | 16 | 134 | 0 | 15 | 443 | 126 | 57 |
| Binary | 10111111 | 10001 | 11011111 | 1110 | 1011100 | 0 | 1101 | 100100011 | 1010110 | 101111 |
Color Harmonies of #BF11DF
Complementary color
Monochromatic Colors of #BF11DF
Black with #BF11DF
Text Example
Text Example
White with #BF11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF11DF; }
p { color: rgb(191,17,223); }
H1.HeaderClassName
{
color: #BF11DF;
}
.AnyTagClassName
{
color: #BF11DF;
}
</style>
background-color css
<style>
a { background-color: #BF11DF; }
a { background-color: rgb(191,17,223); }
div.DivClassName
{
background-color: #BF11DF;
}
.BgClassName
{
background-color: #BF11DF;
}
</style>
border-color css
<style>
span { border-color: #BF11DF; }
span { border-color: rgb(191,17,223); }
td.TdClassName
{
border-color: #BF11DF;
}
.TagClassName
{
border-color: #BF11DF;
}
</style>