Shades of Deep Magenta #BF1BDF
Tints of Deep Magenta #BF1BDF
RGB
CMYK
RGB Variations
Color information
#BF1BDF (or 0xBF1BDF) is known color: Deep Magenta. HEX triplet: BF, 1B and DF. RGB value is (191,27,223). Sum of RGB (Red+Green+Blue) = 191+27+223=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF1BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1BDF is #40E420. Grayscale: #616161. Windows color (decimal): -4252705 or 14621631. OLE color: 14621631.
HSL color Cylindrical-coordinate representation of color #BF1BDF: hue angle of 290.2º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1BDF is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 27 | 223 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.13 |
| HSL | 290.2º | 0.78% | 0.49% | - |
| HSV(B) | 290.2º | 0.88% | 0.87% | - |
| XYZ | 35.2 | 17.19 | 71.27 | - |
| YUV | 98.38 | 198.33 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 27 | 223 | 0.14 | 0.88 | 0 | 0.13 | 290.2 | 0.78 | 0.49 |
| Hex | BF | 1B | DF | E | 58 | 0 | D | 122 | 4E | 31 |
| Octal | 277 | 33 | 337 | 16 | 130 | 0 | 15 | 442 | 116 | 61 |
| Binary | 10111111 | 11011 | 11011111 | 1110 | 1011000 | 0 | 1101 | 100100010 | 1001110 | 110001 |
Color Harmonies of #BF1BDF
Complementary color
Monochromatic Colors of #BF1BDF
Black with #BF1BDF
Text Example
Text Example
White with #BF1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1BDF; }
p { color: rgb(191,27,223); }
H1.HeaderClassName
{
color: #BF1BDF;
}
.AnyTagClassName
{
color: #BF1BDF;
}
</style>
background-color css
<style>
a { background-color: #BF1BDF; }
a { background-color: rgb(191,27,223); }
div.DivClassName
{
background-color: #BF1BDF;
}
.BgClassName
{
background-color: #BF1BDF;
}
</style>
border-color css
<style>
span { border-color: #BF1BDF; }
span { border-color: rgb(191,27,223); }
td.TdClassName
{
border-color: #BF1BDF;
}
.TagClassName
{
border-color: #BF1BDF;
}
</style>