#BE4FBE

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

Shades of Fuchsia #BE4FBE

Tints of Fuchsia #BE4FBE

Color information

#BE4FBE (or 0xBE4FBE) is unknown color: approx Fuchsia. HEX triplet: BE, 4F and BE. RGB value is (190,79,190). Sum of RGB (Red+Green+Blue) = 190+79+190=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE4FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4FBE is #41B041. Grayscale: #7C7C7C. Windows color (decimal): -4304962 or 12472254. OLE color: 12472254.

HSL color Cylindrical-coordinate representation of color #BE4FBE: hue angle of 300º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE4FBE is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19079190-
CMYK00.5800.25
HSL300º46.06%52.75%-
HSV(B)300º58.42%74.51%-
XYZ33.3320.2650.87-
YUV124.84164.77174.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 79 (31.25% from 255) = 17.21%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=41.39%
G=17.21%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907919000.5800.2530046.0652.75
HexBE4FBE03A01912c2e35
Octal2761172760720314545665
Binary101111101001111101111100111010011001100101100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4FBE; }

 p { color: rgb(190,79,190); }

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

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

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

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

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

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

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