Shades of Fuchsia #BF4EC1
Tints of Fuchsia #BF4EC1
RGB
CMYK
RGB Variations
Color information
#BF4EC1 (or 0xBF4EC1) is known color: Fuchsia. HEX triplet: BF, 4E and C1. RGB value is (191,78,193). Sum of RGB (Red+Green+Blue) = 191+78+193=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF4EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4EC1 is #40B13E. Grayscale: #7C7C7C. Windows color (decimal): -4239679 or 12668607. OLE color: 12668607.
HSL color Cylindrical-coordinate representation of color #BF4EC1: hue angle of 298.96º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4EC1 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 78 | 193 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.24 |
| HSL | 298.96º | 0.48% | 0.53% | - |
| HSV(B) | 298.96º | 0.6% | 0.76% | - |
| XYZ | 33.84 | 20.38 | 52.6 | - |
| YUV | 124.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 193 | 0.01 | 0.60 | 0 | 0.24 | 298.96 | 0.48 | 0.53 |
| Hex | BF | 4E | C1 | 1 | 3C | 0 | 18 | 12B | 30 | 35 |
| Octal | 277 | 116 | 301 | 1 | 74 | 0 | 30 | 453 | 60 | 65 |
| Binary | 10111111 | 1001110 | 11000001 | 1 | 111100 | 0 | 11000 | 100101011 | 110000 | 110101 |
Color Harmonies of #BF4EC1
Complementary color
Monochromatic Colors of #BF4EC1
Black with #BF4EC1
Text Example
Text Example
White with #BF4EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4EC1; }
p { color: rgb(191,78,193); }
H1.HeaderClassName
{
color: #BF4EC1;
}
.AnyTagClassName
{
color: #BF4EC1;
}
</style>
background-color css
<style>
a { background-color: #BF4EC1; }
a { background-color: rgb(191,78,193); }
div.DivClassName
{
background-color: #BF4EC1;
}
.BgClassName
{
background-color: #BF4EC1;
}
</style>
border-color css
<style>
span { border-color: #BF4EC1; }
span { border-color: rgb(191,78,193); }
td.TdClassName
{
border-color: #BF4EC1;
}
.TagClassName
{
border-color: #BF4EC1;
}
</style>