#BE4EBA

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

Shades of Fuchsia #BE4EBA

Tints of Fuchsia #BE4EBA

Color information

#BE4EBA (or 0xBE4EBA) is unknown color: approx Fuchsia. HEX triplet: BE, 4E and BA. RGB value is (190,78,186). Sum of RGB (Red+Green+Blue) = 190+78+186=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EBA is #41B145. Grayscale: #7B7B7B. Windows color (decimal): -4305222 or 12209854. OLE color: 12209854.

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

Color convert

RGB19078186-
CMYK00.590.020.25
HSL302.14º46.28%52.55%-
HSV(B)302.14º58.95%74.51%-
XYZ32.8219.9448.57-
YUV123.8163.11175.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 78 (30.86% from 255) = 17.18%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=41.85%
G=17.18%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907818600.590.020.25302.1446.2852.55
HexBE4EBA03B21912e2e35
Octal2761162720732314565665
Binary1011111010011101011101001110111011001100101110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EBA; }

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

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

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

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

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

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

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

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