Shades of Deep Magenta #BF1FBC
Tints of Deep Magenta #BF1FBC
RGB
CMYK
RGB Variations
Color information
#BF1FBC (or 0xBF1FBC) is known color: Deep Magenta. HEX triplet: BF, 1F and BC. RGB value is (191,31,188). Sum of RGB (Red+Green+Blue) = 191+31+188=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1FBC is #40E043. Grayscale: #606060. Windows color (decimal): -4251716 or 12328895. OLE color: 12328895.
HSL color Cylindrical-coordinate representation of color #BF1FBC: hue angle of 301.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1FBC is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 188 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.25 |
| HSL | 301.13º | 0.72% | 0.44% | - |
| HSV(B) | 301.13º | 0.84% | 0.75% | - |
| XYZ | 31.05 | 15.69 | 48.97 | - |
| YUV | 96.74 | 179.51 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 188 | 0 | 0.84 | 0.02 | 0.25 | 301.13 | 0.72 | 0.44 |
| Hex | BF | 1F | BC | 0 | 54 | 2 | 19 | 12D | 48 | 2C |
| Octal | 277 | 37 | 274 | 0 | 124 | 2 | 31 | 455 | 110 | 54 |
| Binary | 10111111 | 11111 | 10111100 | 0 | 1010100 | 10 | 11001 | 100101101 | 1001000 | 101100 |
Color Harmonies of #BF1FBC
Complementary color
Monochromatic Colors of #BF1FBC
Black with #BF1FBC
Text Example
Text Example
White with #BF1FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1FBC; }
p { color: rgb(191,31,188); }
H1.HeaderClassName
{
color: #BF1FBC;
}
.AnyTagClassName
{
color: #BF1FBC;
}
</style>
background-color css
<style>
a { background-color: #BF1FBC; }
a { background-color: rgb(191,31,188); }
div.DivClassName
{
background-color: #BF1FBC;
}
.BgClassName
{
background-color: #BF1FBC;
}
</style>
border-color css
<style>
span { border-color: #BF1FBC; }
span { border-color: rgb(191,31,188); }
td.TdClassName
{
border-color: #BF1FBC;
}
.TagClassName
{
border-color: #BF1FBC;
}
</style>