Shades of Deep Magenta #BF1EC6
Tints of Deep Magenta #BF1EC6
RGB
CMYK
RGB Variations
Color information
#BF1EC6 (or 0xBF1EC6) is known color: Deep Magenta. HEX triplet: BF, 1E and C6. RGB value is (191,30,198). Sum of RGB (Red+Green+Blue) = 191+30+198=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF1EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1EC6 is #40E139. Grayscale: #606060. Windows color (decimal): -4251962 or 12983999. OLE color: 12983999.
HSL color Cylindrical-coordinate representation of color #BF1EC6: hue angle of 297.5º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1EC6 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 30 | 198 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.22 |
| HSL | 297.5º | 0.74% | 0.45% | - |
| HSV(B) | 297.5º | 0.85% | 0.78% | - |
| XYZ | 32.14 | 16.08 | 54.84 | - |
| YUV | 97.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 198 | 0.04 | 0.85 | 0 | 0.22 | 297.5 | 0.74 | 0.45 |
| Hex | BF | 1E | C6 | 4 | 55 | 0 | 16 | 12A | 4A | 2D |
| Octal | 277 | 36 | 306 | 4 | 125 | 0 | 26 | 452 | 112 | 55 |
| Binary | 10111111 | 11110 | 11000110 | 100 | 1010101 | 0 | 10110 | 100101010 | 1001010 | 101101 |
Color Harmonies of #BF1EC6
Complementary color
Monochromatic Colors of #BF1EC6
Black with #BF1EC6
Text Example
Text Example
White with #BF1EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EC6; }
p { color: rgb(191,30,198); }
H1.HeaderClassName
{
color: #BF1EC6;
}
.AnyTagClassName
{
color: #BF1EC6;
}
</style>
background-color css
<style>
a { background-color: #BF1EC6; }
a { background-color: rgb(191,30,198); }
div.DivClassName
{
background-color: #BF1EC6;
}
.BgClassName
{
background-color: #BF1EC6;
}
</style>
border-color css
<style>
span { border-color: #BF1EC6; }
span { border-color: rgb(191,30,198); }
td.TdClassName
{
border-color: #BF1EC6;
}
.TagClassName
{
border-color: #BF1EC6;
}
</style>