#BE4BB2

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

Shades of Fuchsia #BE4BB2

Tints of Fuchsia #BE4BB2

Color information

#BE4BB2 (or 0xBE4BB2) is unknown color: approx Fuchsia. HEX triplet: BE, 4B and B2. RGB value is (190,75,178). Sum of RGB (Red+Green+Blue) = 190+75+178=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4BB2 is #41B44D. Grayscale: #787878. Windows color (decimal): -4305998 or 11684798. OLE color: 11684798.

HSL color Cylindrical-coordinate representation of color #BE4BB2: hue angle of 306.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4BB2 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19075178-
CMYK00.610.060.25
HSL306.26º46.94%51.96%-
HSV(B)306.26º60.53%74.51%-
XYZ31.7919.1944.15-
YUV121.13160.1177.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 75 (29.69% from 255) = 16.93%
BLUE value IS 178 (69.92% from 255) = 40.18%
R=42.89%
G=16.93%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907517800.610.060.25306.2646.9451.96
HexBE4BB203D6191322f34
Octal2761132620756314625764
Binary10111110100101110110010011110111011001100110010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4BB2; }

 p { color: rgb(190,75,178); }

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

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

 a { background-color: rgb(190,75,178); }

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

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

 span { border-color: rgb(190,75,178); }

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