Shades of Fuchsia #BF2BC1
Tints of Fuchsia #BF2BC1
RGB
CMYK
RGB Variations
Color information
#BF2BC1 (or 0xBF2BC1) is known color: Fuchsia. HEX triplet: BF, 2B and C1. RGB value is (191,43,193). Sum of RGB (Red+Green+Blue) = 191+43+193=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF2BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2BC1 is #40D43E. Grayscale: #676767. Windows color (decimal): -4248639 or 12659647. OLE color: 12659647.
HSL color Cylindrical-coordinate representation of color #BF2BC1: hue angle of 299.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2BC1 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 43 | 193 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.24 |
| HSL | 299.2º | 0.64% | 0.46% | - |
| HSV(B) | 299.2º | 0.78% | 0.76% | - |
| XYZ | 31.98 | 16.65 | 51.98 | - |
| YUV | 104.35 | 178.03 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 193 | 0.01 | 0.78 | 0 | 0.24 | 299.2 | 0.64 | 0.46 |
| Hex | BF | 2B | C1 | 1 | 4E | 0 | 18 | 12B | 40 | 2E |
| Octal | 277 | 53 | 301 | 1 | 116 | 0 | 30 | 453 | 100 | 56 |
| Binary | 10111111 | 101011 | 11000001 | 1 | 1001110 | 0 | 11000 | 100101011 | 1000000 | 101110 |
Color Harmonies of #BF2BC1
Complementary color
Monochromatic Colors of #BF2BC1
Black with #BF2BC1
Text Example
Text Example
White with #BF2BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2BC1; }
p { color: rgb(191,43,193); }
H1.HeaderClassName
{
color: #BF2BC1;
}
.AnyTagClassName
{
color: #BF2BC1;
}
</style>
background-color css
<style>
a { background-color: #BF2BC1; }
a { background-color: rgb(191,43,193); }
div.DivClassName
{
background-color: #BF2BC1;
}
.BgClassName
{
background-color: #BF2BC1;
}
</style>
border-color css
<style>
span { border-color: #BF2BC1; }
span { border-color: rgb(191,43,193); }
td.TdClassName
{
border-color: #BF2BC1;
}
.TagClassName
{
border-color: #BF2BC1;
}
</style>