#BF57BE

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

Shades of Fuchsia #BF57BE

Tints of Fuchsia #BF57BE

Color information

#BF57BE (or 0xBF57BE) is unknown color: approx Fuchsia. HEX triplet: BF, 57 and BE. RGB value is (191,87,190). Sum of RGB (Red+Green+Blue) = 191+87+190=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF57BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57BE is #40A841. Grayscale: #818181. Windows color (decimal): -4237378 or 12474303. OLE color: 12474303.

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

Color convert

RGB19187190-
CMYK00.540.010.25
HSL300.58º44.83%54.51%-
HSV(B)300.58º54.45%74.9%-
XYZ34.1921.6151.08-
YUV129.84161.96171.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 87 (34.38% from 255) = 18.59%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=40.81%
G=18.59%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918719000.540.010.25300.5844.8354.51
HexBF57BE03611912d2d37
Octal2771272760661314555567
Binary101111111010111101111100110110111001100101101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF57BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF57BE; }

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

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

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

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

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

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

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

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