Shades of Deep Magenta #BF11B9
Tints of Deep Magenta #BF11B9
RGB
CMYK
RGB Variations
Color information
#BF11B9 (or 0xBF11B9) is known color: Deep Magenta. HEX triplet: BF, 11 and B9. RGB value is (191,17,185). Sum of RGB (Red+Green+Blue) = 191+17+185=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF11B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF11B9 is #40EE46. Grayscale: #575757. Windows color (decimal): -4255303 or 12128703. OLE color: 12128703.
HSL color Cylindrical-coordinate representation of color #BF11B9: hue angle of 302.07º 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 #BF11B9 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 185 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.25 |
| HSL | 302.07º | 0.84% | 0.41% | - |
| HSV(B) | 302.07º | 0.91% | 0.75% | - |
| XYZ | 30.44 | 14.98 | 47.19 | - |
| YUV | 88.18 | 182.65 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 185 | 0 | 0.91 | 0.03 | 0.25 | 302.07 | 0.84 | 0.41 |
| Hex | BF | 11 | B9 | 0 | 5B | 3 | 19 | 12E | 54 | 29 |
| Octal | 277 | 21 | 271 | 0 | 133 | 3 | 31 | 456 | 124 | 51 |
| Binary | 10111111 | 10001 | 10111001 | 0 | 1011011 | 11 | 11001 | 100101110 | 1010100 | 101001 |
Color Harmonies of #BF11B9
Complementary color
Monochromatic Colors of #BF11B9
Black with #BF11B9
Text Example
Text Example
White with #BF11B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF11B9; }
p { color: rgb(191,17,185); }
H1.HeaderClassName
{
color: #BF11B9;
}
.AnyTagClassName
{
color: #BF11B9;
}
</style>
background-color css
<style>
a { background-color: #BF11B9; }
a { background-color: rgb(191,17,185); }
div.DivClassName
{
background-color: #BF11B9;
}
.BgClassName
{
background-color: #BF11B9;
}
</style>
border-color css
<style>
span { border-color: #BF11B9; }
span { border-color: rgb(191,17,185); }
td.TdClassName
{
border-color: #BF11B9;
}
.TagClassName
{
border-color: #BF11B9;
}
</style>