#BE4EAB

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

Shades of Fuchsia #BE4EAB

Tints of Fuchsia #BE4EAB

Color information

#BE4EAB (or 0xBE4EAB) is unknown color: approx Fuchsia. HEX triplet: BE, 4E and AB. RGB value is (190,78,171). Sum of RGB (Red+Green+Blue) = 190+78+171=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4EAB is #41B154. Grayscale: #797979. Windows color (decimal): -4305237 or 11226814. OLE color: 11226814.

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

Color convert

RGB19078171-
CMYK00.590.100.25
HSL310.18º46.28%52.55%-
HSV(B)310.18º58.95%74.51%-
XYZ31.3119.3440.61-
YUV122.09155.61176.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 78 (30.86% from 255) = 17.77%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=43.28%
G=17.77%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907817100.590.100.25310.1846.2852.55
HexBE4EAB03BA191362e35
Octal27611625307312314665665
Binary101111101001110101010110111011101011001100110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EAB; }

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

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

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

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

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

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

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

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