#BF3FAB

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

Shades of Fuchsia #BF3FAB

Tints of Fuchsia #BF3FAB

Color information

#BF3FAB (or 0xBF3FAB) is unknown color: approx Fuchsia. HEX triplet: BF, 3F and AB. RGB value is (191,63,171). Sum of RGB (Red+Green+Blue) = 191+63+171=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3FAB is #40C054. Grayscale: #717171. Windows color (decimal): -4243541 or 11222975. OLE color: 11222975.

HSL color Cylindrical-coordinate representation of color #BF3FAB: hue angle of 309.38º 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 #BF3FAB is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19163171-
CMYK00.670.100.25
HSL309.38º50.39%49.8%-
HSV(B)309.38º67.02%74.9%-
XYZ30.6117.5740.31-
YUV113.58160.41183.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 63 (25% from 255) = 14.82%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=44.94%
G=14.82%
B=40.24%

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
Decimal1916317100.670.100.25309.3850.3949.8
HexBF3FAB043A191353232
Octal27777253010312314656262
Binary101111111111111010101101000011101011001100110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3FAB; }

 p { color: rgb(191,63,171); }

 H1.HeaderClassName
 {
   color: #BF3FAB;
 }
 .AnyTagClassName
 {
   color: #BF3FAB;
 }
</style>
background-color css

<style>
 a { background-color: #BF3FAB; }

 a { background-color: rgb(191,63,171); }

 div.DivClassName
 {
   background-color: #BF3FAB;
 }
 .BgClassName
 {
   background-color: #BF3FAB;
 }
</style>
border-color css

<style>
 span { border-color: #BF3FAB; }

 span { border-color: rgb(191,63,171); }

 td.TdClassName
 {
   border-color: #BF3FAB;
 }
 .TagClassName
 {
   border-color: #BF3FAB;
 }
</style>