#BE73BF

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

Shades of Fuchsia #BE73BF

Tints of Fuchsia #BE73BF

Color information

#BE73BF (or 0xBE73BF) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and BF. RGB value is (190,115,191). Sum of RGB (Red+Green+Blue) = 190+115+191=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73BF is #418C40. Grayscale: #919191. Windows color (decimal): -4295745 or 12547006. OLE color: 12547006.

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

Color convert

RGB190115191-
CMYK0.010.4000.25
HSL299.21º37.25%60%-
HSV(B)299.21º39.79%74.9%-
XYZ36.7726.9752.56-
YUV146.09153.35159.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 191 (75% from 255) = 38.51%
R=38.31%
G=23.19%
B=38.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901151910.010.4000.25299.2137.2560
HexBE73BF12801912b253c
Octal2761632771500314534574
Binary101111101110011101111111101000011001100101011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73BF; }

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

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

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

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

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

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

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

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