#BE58A7

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

Shades of Fuchsia #BE58A7

Tints of Fuchsia #BE58A7

Color information

#BE58A7 (or 0xBE58A7) is unknown color: approx Fuchsia. HEX triplet: BE, 58 and A7. RGB value is (190,88,167). Sum of RGB (Red+Green+Blue) = 190+88+167=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE58A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE58A7 is #41A758. Grayscale: #7F7F7F. Windows color (decimal): -4302681 or 10967230. OLE color: 10967230.

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

Color convert

RGB19088167-
CMYK00.540.120.25
HSL313.53º43.97%54.51%-
HSV(B)313.53º53.68%74.51%-
XYZ31.720.7238.89-
YUV127.5150.29172.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 88 (34.77% from 255) = 19.78%
BLUE value IS 167 (65.62% from 255) = 37.53%
R=42.70%
G=19.78%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908816700.540.120.25313.5343.9754.51
HexBE58A7036C1913a2c37
Octal27613024706614314725467
Binary101111101011000101001110110110110011001100111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE58A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE58A7; }

 p { color: rgb(190,88,167); }

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

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

 a { background-color: rgb(190,88,167); }

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

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

 span { border-color: rgb(190,88,167); }

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