#BE75BF

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

Shades of Fuchsia #BE75BF

Tints of Fuchsia #BE75BF

Color information

#BE75BF (or 0xBE75BF) is unknown color: approx Fuchsia. HEX triplet: BE, 75 and BF. RGB value is (190,117,191). Sum of RGB (Red+Green+Blue) = 190+117+191=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE75BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75BF is #418A40. Grayscale: #939393. Windows color (decimal): -4295233 or 12547518. OLE color: 12547518.

HSL color Cylindrical-coordinate representation of color #BE75BF: hue angle of 299.19º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE75BF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190117191-
CMYK0.010.3900.25
HSL299.19º36.63%60.39%-
HSV(B)299.19º38.74%74.9%-
XYZ3727.4352.63-
YUV147.26152.68158.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 117 (46.09% from 255) = 23.49%
BLUE value IS 191 (75% from 255) = 38.35%
R=38.15%
G=23.49%
B=38.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901171910.010.3900.25299.1936.6360.39
HexBE75BF12701912b253c
Octal2761652771470314534574
Binary101111101110101101111111100111011001100101011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75BF; }

 p { color: rgb(190,117,191); }

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

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

 a { background-color: rgb(190,117,191); }

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

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

 span { border-color: rgb(190,117,191); }

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