#BE5FAE

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

Shades of Fuchsia #BE5FAE

Tints of Fuchsia #BE5FAE

Color information

#BE5FAE (or 0xBE5FAE) is unknown color: approx Fuchsia. HEX triplet: BE, 5F and AE. RGB value is (190,95,174). Sum of RGB (Red+Green+Blue) = 190+95+174=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5FAE is #41A051. Grayscale: #848484. Windows color (decimal): -4300882 or 11427774. OLE color: 11427774.

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

Color convert

RGB19095174-
CMYK00.50.080.25
HSL310.11º42.22%55.88%-
HSV(B)310.11º50%74.51%-
XYZ32.9722.1942.59-
YUV132.41151.47169.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=41.39%
G=20.70%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909517400.50.080.25310.1142.2255.88
HexBE5FAE0328191362a38
Octal27613725606210314665270
Binary101111101011111101011100110010100011001100110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5FAE; }

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

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

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

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

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

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

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

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