Shades of Deep Magenta #BF26DC
Tints of Deep Magenta #BF26DC
RGB
CMYK
RGB Variations
Color information
#BF26DC (or 0xBF26DC) is known color: Deep Magenta. HEX triplet: BF, 26 and DC. RGB value is (191,38,220). Sum of RGB (Red+Green+Blue) = 191+38+220=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 38 (15.23% from 255 or 8.46% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF26DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF26DC is #40D923. Grayscale: #676767. Windows color (decimal): -4249892 or 14427839. OLE color: 14427839.
HSL color Cylindrical-coordinate representation of color #BF26DC: hue angle of 290.44º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF26DC is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 38 | 220 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.14 |
| HSL | 290.44º | 0.72% | 0.51% | - |
| HSV(B) | 290.44º | 0.83% | 0.86% | - |
| XYZ | 35.1 | 17.63 | 69.26 | - |
| YUV | 104.5 | 193.19 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 220 | 0.13 | 0.83 | 0 | 0.14 | 290.44 | 0.72 | 0.51 |
| Hex | BF | 26 | DC | D | 53 | 0 | E | 122 | 48 | 33 |
| Octal | 277 | 46 | 334 | 15 | 123 | 0 | 16 | 442 | 110 | 63 |
| Binary | 10111111 | 100110 | 11011100 | 1101 | 1010011 | 0 | 1110 | 100100010 | 1001000 | 110011 |
Color Harmonies of #BF26DC
Complementary color
Monochromatic Colors of #BF26DC
Black with #BF26DC
Text Example
Text Example
White with #BF26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF26DC; }
p { color: rgb(191,38,220); }
H1.HeaderClassName
{
color: #BF26DC;
}
.AnyTagClassName
{
color: #BF26DC;
}
</style>
background-color css
<style>
a { background-color: #BF26DC; }
a { background-color: rgb(191,38,220); }
div.DivClassName
{
background-color: #BF26DC;
}
.BgClassName
{
background-color: #BF26DC;
}
</style>
border-color css
<style>
span { border-color: #BF26DC; }
span { border-color: rgb(191,38,220); }
td.TdClassName
{
border-color: #BF26DC;
}
.TagClassName
{
border-color: #BF26DC;
}
</style>