Shades of Fuchsia #BF6EC1
Tints of Fuchsia #BF6EC1
RGB
CMYK
RGB Variations
Color information
#BF6EC1 (or 0xBF6EC1) is known color: Fuchsia. HEX triplet: BF, 6E and C1. RGB value is (191,110,193). Sum of RGB (Red+Green+Blue) = 191+110+193=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF6EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EC1 is #40913E. Grayscale: #8F8F8F. Windows color (decimal): -4231487 or 12676799. OLE color: 12676799.
HSL color Cylindrical-coordinate representation of color #BF6EC1: hue angle of 298.55º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6EC1 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 110 | 193 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.24 |
| HSL | 298.55º | 0.4% | 0.59% | - |
| HSV(B) | 298.55º | 0.43% | 0.76% | - |
| XYZ | 36.69 | 26.08 | 53.55 | - |
| YUV | 143.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 193 | 0.01 | 0.43 | 0 | 0.24 | 298.55 | 0.4 | 0.59 |
| Hex | BF | 6E | C1 | 1 | 2B | 0 | 18 | 12B | 28 | 3B |
| Octal | 277 | 156 | 301 | 1 | 53 | 0 | 30 | 453 | 50 | 73 |
| Binary | 10111111 | 1101110 | 11000001 | 1 | 101011 | 0 | 11000 | 100101011 | 101000 | 111011 |
Color Harmonies of #BF6EC1
Complementary color
Monochromatic Colors of #BF6EC1
Black with #BF6EC1
Text Example
Text Example
White with #BF6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6EC1; }
p { color: rgb(191,110,193); }
H1.HeaderClassName
{
color: #BF6EC1;
}
.AnyTagClassName
{
color: #BF6EC1;
}
</style>
background-color css
<style>
a { background-color: #BF6EC1; }
a { background-color: rgb(191,110,193); }
div.DivClassName
{
background-color: #BF6EC1;
}
.BgClassName
{
background-color: #BF6EC1;
}
</style>
border-color css
<style>
span { border-color: #BF6EC1; }
span { border-color: rgb(191,110,193); }
td.TdClassName
{
border-color: #BF6EC1;
}
.TagClassName
{
border-color: #BF6EC1;
}
</style>