Shades of Deep Magenta #BF11DC
Tints of Deep Magenta #BF11DC
RGB
CMYK
RGB Variations
Color information
#BF11DC (or 0xBF11DC) is known color: Deep Magenta. HEX triplet: BF, 11 and DC. RGB value is (191,17,220). Sum of RGB (Red+Green+Blue) = 191+17+220=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF11DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF11DC is #40EE23. Grayscale: #5B5B5B. Windows color (decimal): -4255268 or 14422463. OLE color: 14422463.
HSL color Cylindrical-coordinate representation of color #BF11DC: hue angle of 291.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF11DC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 17 | 220 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.14 |
| HSL | 291.43º | 0.86% | 0.46% | - |
| HSV(B) | 291.43º | 0.92% | 0.86% | - |
| XYZ | 34.6 | 16.64 | 69.1 | - |
| YUV | 92.17 | 200.15 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 220 | 0.13 | 0.92 | 0 | 0.14 | 291.43 | 0.86 | 0.46 |
| Hex | BF | 11 | DC | D | 5C | 0 | E | 123 | 56 | 2E |
| Octal | 277 | 21 | 334 | 15 | 134 | 0 | 16 | 443 | 126 | 56 |
| Binary | 10111111 | 10001 | 11011100 | 1101 | 1011100 | 0 | 1110 | 100100011 | 1010110 | 101110 |
Color Harmonies of #BF11DC
Complementary color
Monochromatic Colors of #BF11DC
Black with #BF11DC
Text Example
Text Example
White with #BF11DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF11DC; }
p { color: rgb(191,17,220); }
H1.HeaderClassName
{
color: #BF11DC;
}
.AnyTagClassName
{
color: #BF11DC;
}
</style>
background-color css
<style>
a { background-color: #BF11DC; }
a { background-color: rgb(191,17,220); }
div.DivClassName
{
background-color: #BF11DC;
}
.BgClassName
{
background-color: #BF11DC;
}
</style>
border-color css
<style>
span { border-color: #BF11DC; }
span { border-color: rgb(191,17,220); }
td.TdClassName
{
border-color: #BF11DC;
}
.TagClassName
{
border-color: #BF11DC;
}
</style>