#BE3DAF

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

Shades of Fuchsia #BE3DAF

Tints of Fuchsia #BE3DAF

Color information

#BE3DAF (or 0xBE3DAF) is unknown color: approx Fuchsia. HEX triplet: BE, 3D and AF. RGB value is (190,61,175). Sum of RGB (Red+Green+Blue) = 190+61+175=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3DAF is #41C250. Grayscale: #707070. Windows color (decimal): -4309585 or 11484606. OLE color: 11484606.

HSL color Cylindrical-coordinate representation of color #BE3DAF: hue angle of 306.98º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3DAF is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19061175-
CMYK00.680.080.25
HSL306.98º51.39%49.22%-
HSV(B)306.98º67.89%74.51%-
XYZ30.6417.3842.3-
YUV112.57163.24183.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 61 (24.22% from 255) = 14.32%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=44.60%
G=14.32%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906117500.680.080.25306.9851.3949.22
HexBE3DAF0448191333331
Octal27675257010410314636361
Binary101111101111011010111101000100100011001100110011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3DAF; }

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

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

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

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

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

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

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

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