Shades of Deep Magenta #BF1ECF
Tints of Deep Magenta #BF1ECF
RGB
CMYK
RGB Variations
Color information
#BF1ECF (or 0xBF1ECF) is known color: Deep Magenta. HEX triplet: BF, 1E and CF. RGB value is (191,30,207). Sum of RGB (Red+Green+Blue) = 191+30+207=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF1ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1ECF is #40E130. Grayscale: #616161. Windows color (decimal): -4251953 or 13573823. OLE color: 13573823.
HSL color Cylindrical-coordinate representation of color #BF1ECF: hue angle of 294.58º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1ECF is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 30 | 207 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.19 |
| HSL | 294.58º | 0.75% | 0.46% | - |
| HSV(B) | 294.58º | 0.86% | 0.81% | - |
| XYZ | 33.21 | 16.51 | 60.47 | - |
| YUV | 98.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 207 | 0.08 | 0.86 | 0 | 0.19 | 294.58 | 0.75 | 0.46 |
| Hex | BF | 1E | CF | 8 | 56 | 0 | 13 | 127 | 4B | 2E |
| Octal | 277 | 36 | 317 | 10 | 126 | 0 | 23 | 447 | 113 | 56 |
| Binary | 10111111 | 11110 | 11001111 | 1000 | 1010110 | 0 | 10011 | 100100111 | 1001011 | 101110 |
Color Harmonies of #BF1ECF
Complementary color
Monochromatic Colors of #BF1ECF
Black with #BF1ECF
Text Example
Text Example
White with #BF1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1ECF; }
p { color: rgb(191,30,207); }
H1.HeaderClassName
{
color: #BF1ECF;
}
.AnyTagClassName
{
color: #BF1ECF;
}
</style>
background-color css
<style>
a { background-color: #BF1ECF; }
a { background-color: rgb(191,30,207); }
div.DivClassName
{
background-color: #BF1ECF;
}
.BgClassName
{
background-color: #BF1ECF;
}
</style>
border-color css
<style>
span { border-color: #BF1ECF; }
span { border-color: rgb(191,30,207); }
td.TdClassName
{
border-color: #BF1ECF;
}
.TagClassName
{
border-color: #BF1ECF;
}
</style>