#BE4EB8

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

Shades of Fuchsia #BE4EB8

Tints of Fuchsia #BE4EB8

Color information

#BE4EB8 (or 0xBE4EB8) is unknown color: approx Fuchsia. HEX triplet: BE, 4E and B8. RGB value is (190,78,184). Sum of RGB (Red+Green+Blue) = 190+78+184=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EB8 is #41B147. Grayscale: #7B7B7B. Windows color (decimal): -4305224 or 12078782. OLE color: 12078782.

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

Color convert

RGB19078184-
CMYK00.590.030.25
HSL303.21º46.28%52.55%-
HSV(B)303.21º58.95%74.51%-
XYZ32.6119.8647.46-
YUV123.57162.11175.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 78 (30.86% from 255) = 17.26%
BLUE value IS 184 (72.27% from 255) = 40.71%
R=42.04%
G=17.26%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907818400.590.030.25303.2146.2852.55
HexBE4EB803B31912f2e35
Octal2761162700733314575665
Binary1011111010011101011100001110111111001100101111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EB8; }

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

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

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

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

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

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

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

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