#BF5FA7

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

Shades of Fuchsia #BF5FA7

Tints of Fuchsia #BF5FA7

Color information

#BF5FA7 (or 0xBF5FA7) is unknown color: approx Fuchsia. HEX triplet: BF, 5F and A7. RGB value is (191,95,167). Sum of RGB (Red+Green+Blue) = 191+95+167=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5FA7 is #40A058. Grayscale: #838383. Windows color (decimal): -4235353 or 10969023. OLE color: 10969023.

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

Color convert

RGB19195167-
CMYK00.500.130.25
HSL315º42.86%56.08%-
HSV(B)315º50.26%74.9%-
XYZ32.5522.0539.1-
YUV131.91147.8170.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 167 (65.62% from 255) = 36.87%
R=42.16%
G=20.97%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919516700.500.130.2531542.8656.08
HexBF5FA7032D1913b2b38
Octal27713724706215314735370
Binary101111111011111101001110110010110111001100111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5FA7; }

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

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

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

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

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

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

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

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