Shades of Fuchsia #BF3EC4
Tints of Fuchsia #BF3EC4
RGB
CMYK
RGB Variations
Color information
#BF3EC4 (or 0xBF3EC4) is known color: Fuchsia. HEX triplet: BF, 3E and C4. RGB value is (191,62,196). Sum of RGB (Red+Green+Blue) = 191+62+196=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF3EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3EC4 is #40C13B. Grayscale: #737373. Windows color (decimal): -4243772 or 12861119. OLE color: 12861119.
HSL color Cylindrical-coordinate representation of color #BF3EC4: hue angle of 297.76º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3EC4 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 62 | 196 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.23 |
| HSL | 297.76º | 0.53% | 0.51% | - |
| HSV(B) | 297.76º | 0.68% | 0.77% | - |
| XYZ | 33.17 | 18.51 | 54.05 | - |
| YUV | 115.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 196 | 0.03 | 0.68 | 0 | 0.23 | 297.76 | 0.53 | 0.51 |
| Hex | BF | 3E | C4 | 3 | 44 | 0 | 17 | 12A | 35 | 33 |
| Octal | 277 | 76 | 304 | 3 | 104 | 0 | 27 | 452 | 65 | 63 |
| Binary | 10111111 | 111110 | 11000100 | 11 | 1000100 | 0 | 10111 | 100101010 | 110101 | 110011 |
Color Harmonies of #BF3EC4
Complementary color
Monochromatic Colors of #BF3EC4
Black with #BF3EC4
Text Example
Text Example
White with #BF3EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3EC4; }
p { color: rgb(191,62,196); }
H1.HeaderClassName
{
color: #BF3EC4;
}
.AnyTagClassName
{
color: #BF3EC4;
}
</style>
background-color css
<style>
a { background-color: #BF3EC4; }
a { background-color: rgb(191,62,196); }
div.DivClassName
{
background-color: #BF3EC4;
}
.BgClassName
{
background-color: #BF3EC4;
}
</style>
border-color css
<style>
span { border-color: #BF3EC4; }
span { border-color: rgb(191,62,196); }
td.TdClassName
{
border-color: #BF3EC4;
}
.TagClassName
{
border-color: #BF3EC4;
}
</style>