Shades of Fuchsia #BF3EBC
Tints of Fuchsia #BF3EBC
RGB
CMYK
RGB Variations
Color information
#BF3EBC (or 0xBF3EBC) is known color: Fuchsia. HEX triplet: BF, 3E and BC. RGB value is (191,62,188). Sum of RGB (Red+Green+Blue) = 191+62+188=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3EBC is #40C143. Grayscale: #727272. Windows color (decimal): -4243780 or 12336831. OLE color: 12336831.
HSL color Cylindrical-coordinate representation of color #BF3EBC: hue angle of 301.4º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3EBC is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 188 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.25 |
| HSL | 301.4º | 0.51% | 0.5% | - |
| HSV(B) | 301.4º | 0.68% | 0.75% | - |
| XYZ | 32.29 | 18.15 | 49.38 | - |
| YUV | 114.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 188 | 0 | 0.68 | 0.02 | 0.25 | 301.4 | 0.51 | 0.5 |
| Hex | BF | 3E | BC | 0 | 44 | 2 | 19 | 12D | 33 | 32 |
| Octal | 277 | 76 | 274 | 0 | 104 | 2 | 31 | 455 | 63 | 62 |
| Binary | 10111111 | 111110 | 10111100 | 0 | 1000100 | 10 | 11001 | 100101101 | 110011 | 110010 |
Color Harmonies of #BF3EBC
Complementary color
Monochromatic Colors of #BF3EBC
Black with #BF3EBC
Text Example
Text Example
White with #BF3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3EBC; }
p { color: rgb(191,62,188); }
H1.HeaderClassName
{
color: #BF3EBC;
}
.AnyTagClassName
{
color: #BF3EBC;
}
</style>
background-color css
<style>
a { background-color: #BF3EBC; }
a { background-color: rgb(191,62,188); }
div.DivClassName
{
background-color: #BF3EBC;
}
.BgClassName
{
background-color: #BF3EBC;
}
</style>
border-color css
<style>
span { border-color: #BF3EBC; }
span { border-color: rgb(191,62,188); }
td.TdClassName
{
border-color: #BF3EBC;
}
.TagClassName
{
border-color: #BF3EBC;
}
</style>