#BE73B6

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

Shades of Fuchsia #BE73B6

Tints of Fuchsia #BE73B6

Color information

#BE73B6 (or 0xBE73B6) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and B6. RGB value is (190,115,182). Sum of RGB (Red+Green+Blue) = 190+115+182=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73B6 is #418C49. Grayscale: #909090. Windows color (decimal): -4295754 or 11957182. OLE color: 11957182.

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

Color convert

RGB190115182-
CMYK00.390.040.25
HSL306.4º36.59%59.8%-
HSV(B)306.4º39.47%74.51%-
XYZ35.8126.5947.5-
YUV145.06148.85160.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 115 (45.31% from 255) = 23.61%
BLUE value IS 182 (71.48% from 255) = 37.37%
R=39.01%
G=23.61%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011518200.390.040.25306.436.5959.8
HexBE73B6027419132253c
Octal2761632660474314624574
Binary10111110111001110110110010011110011001100110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73B6; }

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

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

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

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

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

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

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

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