#BE73B4

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

Shades of Fuchsia #BE73B4

Tints of Fuchsia #BE73B4

Color information

#BE73B4 (or 0xBE73B4) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and B4. RGB value is (190,115,180). Sum of RGB (Red+Green+Blue) = 190+115+180=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73B4 is #418C4B. Grayscale: #909090. Windows color (decimal): -4295756 or 11826110. OLE color: 11826110.

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

Color convert

RGB190115180-
CMYK00.390.050.25
HSL308º36.59%59.8%-
HSV(B)308º39.47%74.51%-
XYZ35.626.546.42-
YUV144.84147.85160.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 115 (45.31% from 255) = 23.71%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=39.18%
G=23.71%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011518000.390.050.2530836.5959.8
HexBE73B4027519134253c
Octal2761632640475314644574
Binary10111110111001110110100010011110111001100110100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73B4; }

 p { color: rgb(190,115,180); }

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

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

 a { background-color: rgb(190,115,180); }

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

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

 span { border-color: rgb(190,115,180); }

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