#BE4FB5

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

Shades of Fuchsia #BE4FB5

Tints of Fuchsia #BE4FB5

Color information

#BE4FB5 (or 0xBE4FB5) is unknown color: approx Fuchsia. HEX triplet: BE, 4F and B5. RGB value is (190,79,181). Sum of RGB (Red+Green+Blue) = 190+79+181=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4FB5 is #41B04A. Grayscale: #7B7B7B. Windows color (decimal): -4304971 or 11882430. OLE color: 11882430.

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

Color convert

RGB19079181-
CMYK00.580.050.25
HSL304.86º46.06%52.75%-
HSV(B)304.86º58.42%74.51%-
XYZ32.3719.8845.85-
YUV123.82160.27175.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 79 (31.25% from 255) = 17.56%
BLUE value IS 181 (71.09% from 255) = 40.22%
R=42.22%
G=17.56%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907918100.580.050.25304.8646.0652.75
HexBE4FB503A5191312e35
Octal2761172650725314615665
Binary10111110100111110110101011101010111001100110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4FB5; }

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

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

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

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

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

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

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

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