#BF3FA9

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

Shades of Fuchsia #BF3FA9

Tints of Fuchsia #BF3FA9

Color information

#BF3FA9 (or 0xBF3FA9) is unknown color: approx Fuchsia. HEX triplet: BF, 3F and A9. RGB value is (191,63,169). Sum of RGB (Red+Green+Blue) = 191+63+169=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3FA9 is #40C056. Grayscale: #717171. Windows color (decimal): -4243543 or 11091903. OLE color: 11091903.

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

Color convert

RGB19163169-
CMYK00.670.120.25
HSL310.31º50.39%49.8%-
HSV(B)310.31º67.02%74.9%-
XYZ30.4217.539.31-
YUV113.36159.41183.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 63 (25% from 255) = 14.89%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=45.15%
G=14.89%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916316900.670.120.25310.3150.3949.8
HexBF3FA9043C191363232
Octal27777251010314314666262
Binary101111111111111010100101000011110011001100110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3FA9; }

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

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

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

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

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

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

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

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