#BE3FAF

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

Shades of Fuchsia #BE3FAF

Tints of Fuchsia #BE3FAF

Color information

#BE3FAF (or 0xBE3FAF) is unknown color: approx Fuchsia. HEX triplet: BE, 3F and AF. RGB value is (190,63,175). Sum of RGB (Red+Green+Blue) = 190+63+175=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3FAF is #41C050. Grayscale: #717171. Windows color (decimal): -4309073 or 11485118. OLE color: 11485118.

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

Color convert

RGB19063175-
CMYK00.670.080.25
HSL307.09º50.2%49.61%-
HSV(B)307.09º66.84%74.51%-
XYZ30.7517.642.33-
YUV113.74162.58182.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 63 (25% from 255) = 14.72%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=44.39%
G=14.72%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906317500.670.080.25307.0950.249.61
HexBE3FAF0438191333232
Octal27677257010310314636262
Binary101111101111111010111101000011100011001100110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3FAF; }

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

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

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

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

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

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

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

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