Shades of Fuchsia #BF2EC4
Tints of Fuchsia #BF2EC4
RGB
CMYK
RGB Variations
Color information
#BF2EC4 (or 0xBF2EC4) is known color: Fuchsia. HEX triplet: BF, 2E and C4. RGB value is (191,46,196). Sum of RGB (Red+Green+Blue) = 191+46+196=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF2EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2EC4 is #40D13B. Grayscale: #6A6A6A. Windows color (decimal): -4247868 or 12857023. OLE color: 12857023.
HSL color Cylindrical-coordinate representation of color #BF2EC4: hue angle of 298º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2EC4 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 46 | 196 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.23 |
| HSL | 298º | 0.62% | 0.47% | - |
| HSV(B) | 298º | 0.77% | 0.77% | - |
| XYZ | 32.43 | 17.02 | 53.8 | - |
| YUV | 106.46 | 178.54 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 196 | 0.03 | 0.77 | 0 | 0.23 | 298 | 0.62 | 0.47 |
| Hex | BF | 2E | C4 | 3 | 4D | 0 | 17 | 12A | 3E | 2F |
| Octal | 277 | 56 | 304 | 3 | 115 | 0 | 27 | 452 | 76 | 57 |
| Binary | 10111111 | 101110 | 11000100 | 11 | 1001101 | 0 | 10111 | 100101010 | 111110 | 101111 |
Color Harmonies of #BF2EC4
Complementary color
Monochromatic Colors of #BF2EC4
Black with #BF2EC4
Text Example
Text Example
White with #BF2EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EC4; }
p { color: rgb(191,46,196); }
H1.HeaderClassName
{
color: #BF2EC4;
}
.AnyTagClassName
{
color: #BF2EC4;
}
</style>
background-color css
<style>
a { background-color: #BF2EC4; }
a { background-color: rgb(191,46,196); }
div.DivClassName
{
background-color: #BF2EC4;
}
.BgClassName
{
background-color: #BF2EC4;
}
</style>
border-color css
<style>
span { border-color: #BF2EC4; }
span { border-color: rgb(191,46,196); }
td.TdClassName
{
border-color: #BF2EC4;
}
.TagClassName
{
border-color: #BF2EC4;
}
</style>