#BF5BA9

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

Shades of Fuchsia #BF5BA9

Tints of Fuchsia #BF5BA9

Color information

#BF5BA9 (or 0xBF5BA9) is unknown color: approx Fuchsia. HEX triplet: BF, 5B and A9. RGB value is (191,91,169). Sum of RGB (Red+Green+Blue) = 191+91+169=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5BA9 is #40A456. Grayscale: #818181. Windows color (decimal): -4236375 or 11099071. OLE color: 11099071.

HSL color Cylindrical-coordinate representation of color #BF5BA9: hue angle of 313.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5BA9 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19191169-
CMYK00.520.120.25
HSL313.2º43.86%55.29%-
HSV(B)313.2º52.36%74.9%-
XYZ32.3921.4239.96-
YUV129.79150.13171.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 91 (35.94% from 255) = 20.18%
BLUE value IS 169 (66.41% from 255) = 37.47%
R=42.35%
G=20.18%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919116900.520.120.25313.243.8655.29
HexBF5BA9034C191392c37
Octal27713325106414314715467
Binary101111111011011101010010110100110011001100111001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5BA9; }

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

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

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

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

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

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

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

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