Shades of Fuchsia #BF2DC1
Tints of Fuchsia #BF2DC1
RGB
CMYK
RGB Variations
Color information
#BF2DC1 (or 0xBF2DC1) is known color: Fuchsia. HEX triplet: BF, 2D and C1. RGB value is (191,45,193). Sum of RGB (Red+Green+Blue) = 191+45+193=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF2DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DC1 is #40D23E. Grayscale: #696969. Windows color (decimal): -4248127 or 12660159. OLE color: 12660159.
HSL color Cylindrical-coordinate representation of color #BF2DC1: hue angle of 299.19º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2DC1 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 45 | 193 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.24 |
| HSL | 299.19º | 0.62% | 0.47% | - |
| HSV(B) | 299.19º | 0.77% | 0.76% | - |
| XYZ | 32.05 | 16.8 | 52.01 | - |
| YUV | 105.53 | 177.37 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 193 | 0.01 | 0.77 | 0 | 0.24 | 299.19 | 0.62 | 0.47 |
| Hex | BF | 2D | C1 | 1 | 4D | 0 | 18 | 12B | 3E | 2F |
| Octal | 277 | 55 | 301 | 1 | 115 | 0 | 30 | 453 | 76 | 57 |
| Binary | 10111111 | 101101 | 11000001 | 1 | 1001101 | 0 | 11000 | 100101011 | 111110 | 101111 |
Color Harmonies of #BF2DC1
Complementary color
Monochromatic Colors of #BF2DC1
Black with #BF2DC1
Text Example
Text Example
White with #BF2DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DC1; }
p { color: rgb(191,45,193); }
H1.HeaderClassName
{
color: #BF2DC1;
}
.AnyTagClassName
{
color: #BF2DC1;
}
</style>
background-color css
<style>
a { background-color: #BF2DC1; }
a { background-color: rgb(191,45,193); }
div.DivClassName
{
background-color: #BF2DC1;
}
.BgClassName
{
background-color: #BF2DC1;
}
</style>
border-color css
<style>
span { border-color: #BF2DC1; }
span { border-color: rgb(191,45,193); }
td.TdClassName
{
border-color: #BF2DC1;
}
.TagClassName
{
border-color: #BF2DC1;
}
</style>