#BE4EA6

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

Shades of Fuchsia #BE4EA6

Tints of Fuchsia #BE4EA6

Color information

#BE4EA6 (or 0xBE4EA6) is unknown color: approx Fuchsia. HEX triplet: BE, 4E and A6. RGB value is (190,78,166). Sum of RGB (Red+Green+Blue) = 190+78+166=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4EA6 is #41B159. Grayscale: #797979. Windows color (decimal): -4305242 or 10899134. OLE color: 10899134.

HSL color Cylindrical-coordinate representation of color #BE4EA6: hue angle of 312.86º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4EA6 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB19078166-
CMYK00.590.130.25
HSL312.86º46.28%52.55%-
HSV(B)312.86º58.95%74.51%-
XYZ30.8419.1538.15-
YUV121.52153.11176.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 78 (30.86% from 255) = 17.97%
BLUE value IS 166 (65.23% from 255) = 38.25%
R=43.78%
G=17.97%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907816600.590.130.25312.8646.2852.55
HexBE4EA603BD191392e35
Octal27611624607315314715665
Binary101111101001110101001100111011110111001100111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EA6; }

 p { color: rgb(190,78,166); }

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

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

 a { background-color: rgb(190,78,166); }

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

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

 span { border-color: rgb(190,78,166); }

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