Shades of Deep Magenta #BF1ADE
Tints of Deep Magenta #BF1ADE
RGB
CMYK
RGB Variations
Color information
#BF1ADE (or 0xBF1ADE) is known color: Deep Magenta. HEX triplet: BF, 1A and DE. RGB value is (191,26,222). Sum of RGB (Red+Green+Blue) = 191+26+222=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF1ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1ADE is #40E521. Grayscale: #616161. Windows color (decimal): -4252962 or 14555839. OLE color: 14555839.
HSL color Cylindrical-coordinate representation of color #BF1ADE: hue angle of 290.51º degrees, saturation: 0.79, 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 #BF1ADE is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 26 | 222 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.13 |
| HSL | 290.51º | 0.79% | 0.49% | - |
| HSV(B) | 290.51º | 0.88% | 0.87% | - |
| XYZ | 35.04 | 17.09 | 70.56 | - |
| YUV | 97.68 | 198.16 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 222 | 0.14 | 0.88 | 0 | 0.13 | 290.51 | 0.79 | 0.49 |
| Hex | BF | 1A | DE | E | 58 | 0 | D | 123 | 4F | 31 |
| Octal | 277 | 32 | 336 | 16 | 130 | 0 | 15 | 443 | 117 | 61 |
| Binary | 10111111 | 11010 | 11011110 | 1110 | 1011000 | 0 | 1101 | 100100011 | 1001111 | 110001 |
Color Harmonies of #BF1ADE
Complementary color
Monochromatic Colors of #BF1ADE
Black with #BF1ADE
Text Example
Text Example
White with #BF1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1ADE; }
p { color: rgb(191,26,222); }
H1.HeaderClassName
{
color: #BF1ADE;
}
.AnyTagClassName
{
color: #BF1ADE;
}
</style>
background-color css
<style>
a { background-color: #BF1ADE; }
a { background-color: rgb(191,26,222); }
div.DivClassName
{
background-color: #BF1ADE;
}
.BgClassName
{
background-color: #BF1ADE;
}
</style>
border-color css
<style>
span { border-color: #BF1ADE; }
span { border-color: rgb(191,26,222); }
td.TdClassName
{
border-color: #BF1ADE;
}
.TagClassName
{
border-color: #BF1ADE;
}
</style>