#BE4FC8

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

Shades of Fuchsia #BE4FC8

Tints of Fuchsia #BE4FC8

Color information

#BE4FC8 (or 0xBE4FC8) is unknown color: approx Fuchsia. HEX triplet: BE, 4F and C8. RGB value is (190,79,200). Sum of RGB (Red+Green+Blue) = 190+79+200=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE4FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4FC8 is #41B037. Grayscale: #7D7D7D. Windows color (decimal): -4304952 or 13127614. OLE color: 13127614.

HSL color Cylindrical-coordinate representation of color #BE4FC8: hue angle of 295.04º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4FC8 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19079200-
CMYK0.050.6000.22
HSL295.04º52.38%54.71%-
HSV(B)295.04º60.5%78.43%-
XYZ34.4620.7156.82-
YUV125.98169.77173.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 79 (31.25% from 255) = 16.84%
BLUE value IS 200 (78.52% from 255) = 42.64%
R=40.51%
G=16.84%
B=42.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190792000.050.6000.22295.0452.3854.71
HexBE4FC853C0161273437
Octal2761173105740264476467
Binary10111110100111111001000101111100010110100100111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4FC8; }

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

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

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

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

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

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

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

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