#BF5FAF

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

Shades of Fuchsia #BF5FAF

Tints of Fuchsia #BF5FAF

Color information

#BF5FAF (or 0xBF5FAF) is unknown color: approx Fuchsia. HEX triplet: BF, 5F and AF. RGB value is (191,95,175). Sum of RGB (Red+Green+Blue) = 191+95+175=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5FAF is #40A050. Grayscale: #848484. Windows color (decimal): -4235345 or 11493311. OLE color: 11493311.

HSL color Cylindrical-coordinate representation of color #BF5FAF: hue angle of 310º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF5FAF is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19195175-
CMYK00.500.080.25
HSL310º42.86%56.08%-
HSV(B)310º50.26%74.9%-
XYZ33.3222.3643.12-
YUV132.82151.8169.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 95 (37.5% from 255) = 20.61%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=41.43%
G=20.61%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919517500.500.080.2531042.8656.08
HexBF5FAF0328191362b38
Octal27713725706210314665370
Binary101111111011111101011110110010100011001100110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5FAF; }

 p { color: rgb(191,95,175); }

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

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

 a { background-color: rgb(191,95,175); }

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

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

 span { border-color: rgb(191,95,175); }

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