Shades of Fuchsia #BF3FAC
Tints of Fuchsia #BF3FAC
RGB
CMYK
RGB Variations
Color information
#BF3FAC (or 0xBF3FAC) is known color: Fuchsia. HEX triplet: BF, 3F and AC. RGB value is (191,63,172). Sum of RGB (Red+Green+Blue) = 191+63+172=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3FAC is #40C053. Grayscale: #717171. Windows color (decimal): -4243540 or 11288511. OLE color: 11288511.
HSL color Cylindrical-coordinate representation of color #BF3FAC: hue angle of 308.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3FAC is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 172 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.25 |
| HSL | 308.91º | 0.5% | 0.5% | - |
| HSV(B) | 308.91º | 0.67% | 0.75% | - |
| XYZ | 30.71 | 17.61 | 40.81 | - |
| YUV | 113.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 172 | 0 | 0.67 | 0.10 | 0.25 | 308.91 | 0.5 | 0.5 |
| Hex | BF | 3F | AC | 0 | 43 | A | 19 | 135 | 32 | 32 |
| Octal | 277 | 77 | 254 | 0 | 103 | 12 | 31 | 465 | 62 | 62 |
| Binary | 10111111 | 111111 | 10101100 | 0 | 1000011 | 1010 | 11001 | 100110101 | 110010 | 110010 |
Color Harmonies of #BF3FAC
Complementary color
Monochromatic Colors of #BF3FAC
Black with #BF3FAC
Text Example
Text Example
White with #BF3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3FAC; }
p { color: rgb(191,63,172); }
H1.HeaderClassName
{
color: #BF3FAC;
}
.AnyTagClassName
{
color: #BF3FAC;
}
</style>
background-color css
<style>
a { background-color: #BF3FAC; }
a { background-color: rgb(191,63,172); }
div.DivClassName
{
background-color: #BF3FAC;
}
.BgClassName
{
background-color: #BF3FAC;
}
</style>
border-color css
<style>
span { border-color: #BF3FAC; }
span { border-color: rgb(191,63,172); }
td.TdClassName
{
border-color: #BF3FAC;
}
.TagClassName
{
border-color: #BF3FAC;
}
</style>