#BE4EB2

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

Shades of Fuchsia #BE4EB2

Tints of Fuchsia #BE4EB2

Color information

#BE4EB2 (or 0xBE4EB2) is unknown color: approx Fuchsia. HEX triplet: BE, 4E and B2. RGB value is (190,78,178). Sum of RGB (Red+Green+Blue) = 190+78+178=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4EB2 is #41B14D. Grayscale: #7A7A7A. Windows color (decimal): -4305230 or 11685566. OLE color: 11685566.

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

Color convert

RGB19078178-
CMYK00.590.060.25
HSL306.43º46.28%52.55%-
HSV(B)306.43º58.95%74.51%-
XYZ3219.6144.22-
YUV122.89159.11175.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 78 (30.86% from 255) = 17.49%
BLUE value IS 178 (69.92% from 255) = 39.91%
R=42.60%
G=17.49%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907817800.590.060.25306.4346.2852.55
HexBE4EB203B6191322e35
Octal2761162620736314625665
Binary10111110100111010110010011101111011001100110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EB2; }

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

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

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

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

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

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

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

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