#BE5FA7

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

Shades of Fuchsia #BE5FA7

Tints of Fuchsia #BE5FA7

Color information

#BE5FA7 (or 0xBE5FA7) is unknown color: approx Fuchsia. HEX triplet: BE, 5F and A7. RGB value is (190,95,167). Sum of RGB (Red+Green+Blue) = 190+95+167=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5FA7 is #41A058. Grayscale: #838383. Windows color (decimal): -4300889 or 10969022. OLE color: 10969022.

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

Color convert

RGB19095167-
CMYK00.50.120.25
HSL314.53º42.22%55.88%-
HSV(B)314.53º50%74.51%-
XYZ32.321.9239.09-
YUV131.61147.97169.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 95 (37.5% from 255) = 21.02%
BLUE value IS 167 (65.62% from 255) = 36.95%
R=42.04%
G=21.02%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909516700.50.120.25314.5342.2255.88
HexBE5FA7032C1913b2a38
Octal27613724706214314735270
Binary101111101011111101001110110010110011001100111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5FA7; }

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

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

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

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

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

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

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

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