Shades of Deep Magenta #BF1BDB
Tints of Deep Magenta #BF1BDB
RGB
CMYK
RGB Variations
Color information
#BF1BDB (or 0xBF1BDB) is known color: Deep Magenta. HEX triplet: BF, 1B and DB. RGB value is (191,27,219). Sum of RGB (Red+Green+Blue) = 191+27+219=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF1BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1BDB is #40E424. Grayscale: #616161. Windows color (decimal): -4252709 or 14359487. OLE color: 14359487.
HSL color Cylindrical-coordinate representation of color #BF1BDB: hue angle of 291.25º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1BDB is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 27 | 219 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.14 |
| HSL | 291.25º | 0.78% | 0.48% | - |
| HSV(B) | 291.25º | 0.88% | 0.86% | - |
| XYZ | 34.66 | 16.97 | 68.47 | - |
| YUV | 97.92 | 196.33 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 27 | 219 | 0.13 | 0.88 | 0 | 0.14 | 291.25 | 0.78 | 0.48 |
| Hex | BF | 1B | DB | D | 58 | 0 | E | 123 | 4E | 30 |
| Octal | 277 | 33 | 333 | 15 | 130 | 0 | 16 | 443 | 116 | 60 |
| Binary | 10111111 | 11011 | 11011011 | 1101 | 1011000 | 0 | 1110 | 100100011 | 1001110 | 110000 |
Color Harmonies of #BF1BDB
Complementary color
Monochromatic Colors of #BF1BDB
Black with #BF1BDB
Text Example
Text Example
White with #BF1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1BDB; }
p { color: rgb(191,27,219); }
H1.HeaderClassName
{
color: #BF1BDB;
}
.AnyTagClassName
{
color: #BF1BDB;
}
</style>
background-color css
<style>
a { background-color: #BF1BDB; }
a { background-color: rgb(191,27,219); }
div.DivClassName
{
background-color: #BF1BDB;
}
.BgClassName
{
background-color: #BF1BDB;
}
</style>
border-color css
<style>
span { border-color: #BF1BDB; }
span { border-color: rgb(191,27,219); }
td.TdClassName
{
border-color: #BF1BDB;
}
.TagClassName
{
border-color: #BF1BDB;
}
</style>