#BE3FAC

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

Shades of Fuchsia #BE3FAC

Tints of Fuchsia #BE3FAC

Color information

#BE3FAC (or 0xBE3FAC) is unknown color: approx Fuchsia. HEX triplet: BE, 3F and AC. RGB value is (190,63,172). Sum of RGB (Red+Green+Blue) = 190+63+172=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3FAC is #41C053. Grayscale: #717171. Windows color (decimal): -4309076 or 11288510. OLE color: 11288510.

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

Color convert

RGB19063172-
CMYK00.670.090.25
HSL308.5º50.2%49.61%-
HSV(B)308.5º66.84%74.51%-
XYZ30.4617.4840.8-
YUV113.4161.08182.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 63 (25% from 255) = 14.82%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=44.71%
G=14.82%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906317200.670.090.25308.550.249.61
HexBE3FAC0439191353232
Octal27677254010311314656262
Binary101111101111111010110001000011100111001100110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3FAC; }

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

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

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

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

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

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

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

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