#BE4EA8

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

Shades of Fuchsia #BE4EA8

Tints of Fuchsia #BE4EA8

Color information

#BE4EA8 (or 0xBE4EA8) is unknown color: approx Fuchsia. HEX triplet: BE, 4E and A8. RGB value is (190,78,168). Sum of RGB (Red+Green+Blue) = 190+78+168=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4EA8 is #41B157. Grayscale: #797979. Windows color (decimal): -4305240 or 11030206. OLE color: 11030206.

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

Color convert

RGB19078168-
CMYK00.590.120.25
HSL311.79º46.28%52.55%-
HSV(B)311.79º58.95%74.51%-
XYZ31.0319.2239.12-
YUV121.75154.11176.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 78 (30.86% from 255) = 17.89%
BLUE value IS 168 (66.02% from 255) = 38.53%
R=43.58%
G=17.89%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907816800.590.120.25311.7946.2852.55
HexBE4EA803BC191382e35
Octal27611625007314314705665
Binary101111101001110101010000111011110011001100111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EA8; }

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

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

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

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

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

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

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

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