#BE4EB5

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

Shades of Fuchsia #BE4EB5

Tints of Fuchsia #BE4EB5

Color information

#BE4EB5 (or 0xBE4EB5) is unknown color: approx Fuchsia. HEX triplet: BE, 4E and B5. RGB value is (190,78,181). Sum of RGB (Red+Green+Blue) = 190+78+181=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EB5 is #41B14A. Grayscale: #7A7A7A. Windows color (decimal): -4305227 or 11882174. OLE color: 11882174.

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

Color convert

RGB19078181-
CMYK00.590.050.25
HSL304.82º46.28%52.55%-
HSV(B)304.82º58.95%74.51%-
XYZ32.319.7345.82-
YUV123.23160.61175.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 78 (30.86% from 255) = 17.37%
BLUE value IS 181 (71.09% from 255) = 40.31%
R=42.32%
G=17.37%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907818100.590.050.25304.8246.2852.55
HexBE4EB503B5191312e35
Octal2761162650735314615665
Binary10111110100111010110101011101110111001100110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EB5; }

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

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

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

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

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

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

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

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