#BF3FAC

Color #BF3FAC Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BF3FAC

Tints of Fuchsia #BF3FAC

Color information

#BF3FAC (or 0xBF3FAC) is unknown color: approx 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

RGB19163172-
CMYK00.670.100.25
HSL308.91º50.39%49.8%-
HSV(B)308.91º67.02%74.9%-
XYZ30.7117.6140.81-
YUV113.7160.91183.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 63 (25% from 255) = 14.79%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=44.84%
G=14.79%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916317200.670.100.25308.9150.3949.8
HexBF3FAC043A191353232
Octal27777254010312314656262
Binary101111111111111010110001000011101011001100110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>