#BE3FC4

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

Shades of Fuchsia #BE3FC4

Tints of Fuchsia #BE3FC4

Color information

#BE3FC4 (or 0xBE3FC4) is unknown color: approx Fuchsia. HEX triplet: BE, 3F and C4. RGB value is (190,63,196). Sum of RGB (Red+Green+Blue) = 190+63+196=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE3FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FC4 is #41C03B. Grayscale: #737373. Windows color (decimal): -4309052 or 12861374. OLE color: 12861374.

HSL color Cylindrical-coordinate representation of color #BE3FC4: hue angle of 297.29º degrees, saturation: 0.53, 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 #BE3FC4 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19063196-
CMYK0.030.6800.23
HSL297.29º52.99%50.78%-
HSV(B)297.29º67.86%76.86%-
XYZ32.9818.4954.05-
YUV116.14173.08180.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 63 (25% from 255) = 14.03%
BLUE value IS 196 (76.95% from 255) = 43.65%
R=42.32%
G=14.03%
B=43.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190631960.030.6800.23297.2952.9950.78
HexBE3FC43440171293533
Octal2767730431040274516563
Binary1011111011111111000100111000100010111100101001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3FC4; }

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

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

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

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

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

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

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

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