#BF57AE

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

Shades of Fuchsia #BF57AE

Tints of Fuchsia #BF57AE

Color information

#BF57AE (or 0xBF57AE) is unknown color: approx Fuchsia. HEX triplet: BF, 57 and AE. RGB value is (191,87,174). Sum of RGB (Red+Green+Blue) = 191+87+174=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF57AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF57AE is #40A851. Grayscale: #7F7F7F. Windows color (decimal): -4237394 or 11425727. OLE color: 11425727.

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

Color convert

RGB19187174-
CMYK00.540.090.25
HSL309.81º44.83%54.51%-
HSV(B)309.81º54.45%74.9%-
XYZ32.5320.9542.37-
YUV128.01153.96172.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 87 (34.38% from 255) = 19.25%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=42.26%
G=19.25%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918717400.540.090.25309.8144.8354.51
HexBF57AE0369191362d37
Octal27712725606611314665567
Binary101111111010111101011100110110100111001100110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF57AE; }

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

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

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

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

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

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

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

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