Shades of Deep Magenta #BF11D7
Tints of Deep Magenta #BF11D7
RGB
CMYK
RGB Variations
Color information
#BF11D7 (or 0xBF11D7) is known color: Deep Magenta. HEX triplet: BF, 11 and D7. RGB value is (191,17,215). Sum of RGB (Red+Green+Blue) = 191+17+215=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF11D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF11D7 is #40EE28. Grayscale: #5A5A5A. Windows color (decimal): -4255273 or 14094783. OLE color: 14094783.
HSL color Cylindrical-coordinate representation of color #BF11D7: hue angle of 292.73º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF11D7 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 17 | 215 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.16 |
| HSL | 292.73º | 0.85% | 0.45% | - |
| HSV(B) | 292.73º | 0.92% | 0.84% | - |
| XYZ | 33.95 | 16.38 | 65.66 | - |
| YUV | 91.6 | 197.65 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 215 | 0.11 | 0.92 | 0 | 0.16 | 292.73 | 0.85 | 0.45 |
| Hex | BF | 11 | D7 | B | 5C | 0 | 10 | 125 | 55 | 2D |
| Octal | 277 | 21 | 327 | 13 | 134 | 0 | 20 | 445 | 125 | 55 |
| Binary | 10111111 | 10001 | 11010111 | 1011 | 1011100 | 0 | 10000 | 100100101 | 1010101 | 101101 |
Color Harmonies of #BF11D7
Complementary color
Monochromatic Colors of #BF11D7
Black with #BF11D7
Text Example
Text Example
White with #BF11D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF11D7; }
p { color: rgb(191,17,215); }
H1.HeaderClassName
{
color: #BF11D7;
}
.AnyTagClassName
{
color: #BF11D7;
}
</style>
background-color css
<style>
a { background-color: #BF11D7; }
a { background-color: rgb(191,17,215); }
div.DivClassName
{
background-color: #BF11D7;
}
.BgClassName
{
background-color: #BF11D7;
}
</style>
border-color css
<style>
span { border-color: #BF11D7; }
span { border-color: rgb(191,17,215); }
td.TdClassName
{
border-color: #BF11D7;
}
.TagClassName
{
border-color: #BF11D7;
}
</style>