#BF57BF

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

Shades of Fuchsia #BF57BF

Tints of Fuchsia #BF57BF

Color information

#BF57BF (or 0xBF57BF) is unknown color: approx Fuchsia. HEX triplet: BF, 57 and BF. RGB value is (191,87,191). Sum of RGB (Red+Green+Blue) = 191+87+191=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF57BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57BF is #40A840. Grayscale: #818181. Windows color (decimal): -4237377 or 12539839. OLE color: 12539839.

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

Color convert

RGB19187191-
CMYK00.5400.25
HSL300º44.83%54.51%-
HSV(B)300º54.45%74.9%-
XYZ34.321.6551.66-
YUV129.95162.46171.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 87 (34.38% from 255) = 18.55%
BLUE value IS 191 (75% from 255) = 40.72%
R=40.72%
G=18.55%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918719100.5400.2530044.8354.51
HexBF57BF03601912c2d37
Octal2771272770660314545567
Binary101111111010111101111110110110011001100101100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF57BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF57BF; }

 p { color: rgb(191,87,191); }

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

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

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

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

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

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

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