Shades of Fuchsia #BF3BC1
Tints of Fuchsia #BF3BC1
RGB
CMYK
RGB Variations
Color information
#BF3BC1 (or 0xBF3BC1) is known color: Fuchsia. HEX triplet: BF, 3B and C1. RGB value is (191,59,193). Sum of RGB (Red+Green+Blue) = 191+59+193=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF3BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BC1 is #40C43E. Grayscale: #717171. Windows color (decimal): -4244543 or 12663743. OLE color: 12663743.
HSL color Cylindrical-coordinate representation of color #BF3BC1: hue angle of 299.1º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3BC1 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 59 | 193 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.24 |
| HSL | 299.1º | 0.53% | 0.49% | - |
| HSV(B) | 299.1º | 0.69% | 0.76% | - |
| XYZ | 32.68 | 18.05 | 52.21 | - |
| YUV | 113.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 193 | 0.01 | 0.69 | 0 | 0.24 | 299.1 | 0.53 | 0.49 |
| Hex | BF | 3B | C1 | 1 | 45 | 0 | 18 | 12B | 35 | 31 |
| Octal | 277 | 73 | 301 | 1 | 105 | 0 | 30 | 453 | 65 | 61 |
| Binary | 10111111 | 111011 | 11000001 | 1 | 1000101 | 0 | 11000 | 100101011 | 110101 | 110001 |
Color Harmonies of #BF3BC1
Complementary color
Monochromatic Colors of #BF3BC1
Black with #BF3BC1
Text Example
Text Example
White with #BF3BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3BC1; }
p { color: rgb(191,59,193); }
H1.HeaderClassName
{
color: #BF3BC1;
}
.AnyTagClassName
{
color: #BF3BC1;
}
</style>
background-color css
<style>
a { background-color: #BF3BC1; }
a { background-color: rgb(191,59,193); }
div.DivClassName
{
background-color: #BF3BC1;
}
.BgClassName
{
background-color: #BF3BC1;
}
</style>
border-color css
<style>
span { border-color: #BF3BC1; }
span { border-color: rgb(191,59,193); }
td.TdClassName
{
border-color: #BF3BC1;
}
.TagClassName
{
border-color: #BF3BC1;
}
</style>