Shades of Fuchsia #BF2EBC
Tints of Fuchsia #BF2EBC
RGB
CMYK
RGB Variations
Color information
#BF2EBC (or 0xBF2EBC) is known color: Fuchsia. HEX triplet: BF, 2E and BC. RGB value is (191,46,188). Sum of RGB (Red+Green+Blue) = 191+46+188=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2EBC is #40D143. Grayscale: #696969. Windows color (decimal): -4247876 or 12332735. OLE color: 12332735.
HSL color Cylindrical-coordinate representation of color #BF2EBC: hue angle of 301.24º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2EBC is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 188 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.25 |
| HSL | 301.24º | 0.61% | 0.46% | - |
| HSV(B) | 301.24º | 0.76% | 0.75% | - |
| XYZ | 31.54 | 16.66 | 49.13 | - |
| YUV | 105.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 188 | 0 | 0.76 | 0.02 | 0.25 | 301.24 | 0.61 | 0.46 |
| Hex | BF | 2E | BC | 0 | 4C | 2 | 19 | 12D | 3D | 2E |
| Octal | 277 | 56 | 274 | 0 | 114 | 2 | 31 | 455 | 75 | 56 |
| Binary | 10111111 | 101110 | 10111100 | 0 | 1001100 | 10 | 11001 | 100101101 | 111101 | 101110 |
Color Harmonies of #BF2EBC
Complementary color
Monochromatic Colors of #BF2EBC
Black with #BF2EBC
Text Example
Text Example
White with #BF2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EBC; }
p { color: rgb(191,46,188); }
H1.HeaderClassName
{
color: #BF2EBC;
}
.AnyTagClassName
{
color: #BF2EBC;
}
</style>
background-color css
<style>
a { background-color: #BF2EBC; }
a { background-color: rgb(191,46,188); }
div.DivClassName
{
background-color: #BF2EBC;
}
.BgClassName
{
background-color: #BF2EBC;
}
</style>
border-color css
<style>
span { border-color: #BF2EBC; }
span { border-color: rgb(191,46,188); }
td.TdClassName
{
border-color: #BF2EBC;
}
.TagClassName
{
border-color: #BF2EBC;
}
</style>