#BE3FC5

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

Shades of Fuchsia #BE3FC5

Tints of Fuchsia #BE3FC5

Color information

#BE3FC5 (or 0xBE3FC5) is unknown color: approx Fuchsia. HEX triplet: BE, 3F and C5. RGB value is (190,63,197). Sum of RGB (Red+Green+Blue) = 190+63+197=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE3FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FC5 is #41C03A. Grayscale: #737373. Windows color (decimal): -4309051 or 12926910. OLE color: 12926910.

HSL color Cylindrical-coordinate representation of color #BE3FC5: hue angle of 296.87º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3FC5 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19063197-
CMYK0.040.6800.23
HSL296.87º53.6%50.98%-
HSV(B)296.87º68.02%77.25%-
XYZ33.0918.5354.66-
YUV116.25173.58180.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 63 (25% from 255) = 14%
BLUE value IS 197 (77.34% from 255) = 43.78%
R=42.22%
G=14%
B=43.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190631970.040.6800.23296.8753.650.98
HexBE3FC54440171293633
Octal2767730541040274516663
Binary10111110111111110001011001000100010111100101001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3FC5; }

 p { color: rgb(190,63,197); }

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

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

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

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

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

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

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