#BE5DAF

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

Shades of Fuchsia #BE5DAF

Tints of Fuchsia #BE5DAF

Color information

#BE5DAF (or 0xBE5DAF) is unknown color: approx Fuchsia. HEX triplet: BE, 5D and AF. RGB value is (190,93,175). Sum of RGB (Red+Green+Blue) = 190+93+175=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5DAF is #41A250. Grayscale: #838383. Windows color (decimal): -4301393 or 11492798. OLE color: 11492798.

HSL color Cylindrical-coordinate representation of color #BE5DAF: hue angle of 309.28º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5DAF is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19093175-
CMYK00.510.080.25
HSL309.28º42.73%55.49%-
HSV(B)309.28º51.05%74.51%-
XYZ32.8921.8743.05-
YUV131.35152.64169.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 93 (36.72% from 255) = 20.31%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=41.48%
G=20.31%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909317500.510.080.25309.2842.7355.49
HexBE5DAF0338191352b37
Octal27613525706310314655367
Binary101111101011101101011110110011100011001100110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5DAF; }

 p { color: rgb(190,93,175); }

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

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

 a { background-color: rgb(190,93,175); }

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

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

 span { border-color: rgb(190,93,175); }

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