Shades of Deep Magenta #BF11C6
Tints of Deep Magenta #BF11C6
RGB
CMYK
RGB Variations
Color information
#BF11C6 (or 0xBF11C6) is known color: Deep Magenta. HEX triplet: BF, 11 and C6. RGB value is (191,17,198). Sum of RGB (Red+Green+Blue) = 191+17+198=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF11C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF11C6 is #40EE39. Grayscale: #595959. Windows color (decimal): -4255290 or 12980671. OLE color: 12980671.
HSL color Cylindrical-coordinate representation of color #BF11C6: hue angle of 297.68º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF11C6 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 17 | 198 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.22 |
| HSL | 297.68º | 0.84% | 0.42% | - |
| HSV(B) | 297.68º | 0.91% | 0.78% | - |
| XYZ | 31.88 | 15.55 | 54.75 | - |
| YUV | 89.66 | 189.15 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 198 | 0.04 | 0.91 | 0 | 0.22 | 297.68 | 0.84 | 0.42 |
| Hex | BF | 11 | C6 | 4 | 5B | 0 | 16 | 12A | 54 | 2A |
| Octal | 277 | 21 | 306 | 4 | 133 | 0 | 26 | 452 | 124 | 52 |
| Binary | 10111111 | 10001 | 11000110 | 100 | 1011011 | 0 | 10110 | 100101010 | 1010100 | 101010 |
Color Harmonies of #BF11C6
Complementary color
Monochromatic Colors of #BF11C6
Black with #BF11C6
Text Example
Text Example
White with #BF11C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF11C6; }
p { color: rgb(191,17,198); }
H1.HeaderClassName
{
color: #BF11C6;
}
.AnyTagClassName
{
color: #BF11C6;
}
</style>
background-color css
<style>
a { background-color: #BF11C6; }
a { background-color: rgb(191,17,198); }
div.DivClassName
{
background-color: #BF11C6;
}
.BgClassName
{
background-color: #BF11C6;
}
</style>
border-color css
<style>
span { border-color: #BF11C6; }
span { border-color: rgb(191,17,198); }
td.TdClassName
{
border-color: #BF11C6;
}
.TagClassName
{
border-color: #BF11C6;
}
</style>