Shades of Deep Magenta #BF11BB
Tints of Deep Magenta #BF11BB
RGB
CMYK
RGB Variations
Color information
#BF11BB (or 0xBF11BB) is known color: Deep Magenta. HEX triplet: BF, 11 and BB. RGB value is (191,17,187). Sum of RGB (Red+Green+Blue) = 191+17+187=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF11BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF11BB is #40EE44. Grayscale: #575757. Windows color (decimal): -4255301 or 12259775. OLE color: 12259775.
HSL color Cylindrical-coordinate representation of color #BF11BB: hue angle of 301.38º 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 #BF11BB is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 187 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.25 |
| HSL | 301.38º | 0.84% | 0.41% | - |
| HSV(B) | 301.38º | 0.91% | 0.75% | - |
| XYZ | 30.66 | 15.07 | 48.31 | - |
| YUV | 88.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 187 | 0 | 0.91 | 0.02 | 0.25 | 301.38 | 0.84 | 0.41 |
| Hex | BF | 11 | BB | 0 | 5B | 2 | 19 | 12D | 54 | 29 |
| Octal | 277 | 21 | 273 | 0 | 133 | 2 | 31 | 455 | 124 | 51 |
| Binary | 10111111 | 10001 | 10111011 | 0 | 1011011 | 10 | 11001 | 100101101 | 1010100 | 101001 |
Color Harmonies of #BF11BB
Complementary color
Monochromatic Colors of #BF11BB
Black with #BF11BB
Text Example
Text Example
White with #BF11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF11BB; }
p { color: rgb(191,17,187); }
H1.HeaderClassName
{
color: #BF11BB;
}
.AnyTagClassName
{
color: #BF11BB;
}
</style>
background-color css
<style>
a { background-color: #BF11BB; }
a { background-color: rgb(191,17,187); }
div.DivClassName
{
background-color: #BF11BB;
}
.BgClassName
{
background-color: #BF11BB;
}
</style>
border-color css
<style>
span { border-color: #BF11BB; }
span { border-color: rgb(191,17,187); }
td.TdClassName
{
border-color: #BF11BB;
}
.TagClassName
{
border-color: #BF11BB;
}
</style>