#BE73BC

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

Shades of Fuchsia #BE73BC

Tints of Fuchsia #BE73BC

Color information

#BE73BC (or 0xBE73BC) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and BC. RGB value is (190,115,188). Sum of RGB (Red+Green+Blue) = 190+115+188=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73BC is #418C43. Grayscale: #919191. Windows color (decimal): -4295748 or 12350398. OLE color: 12350398.

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

Color convert

RGB190115188-
CMYK00.390.010.25
HSL301.6º36.59%59.8%-
HSV(B)301.6º39.47%74.51%-
XYZ36.4426.8450.84-
YUV145.75151.85159.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 115 (45.31% from 255) = 23.33%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=38.54%
G=23.33%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011518800.390.010.25301.636.5959.8
HexBE73BC02711912e253c
Octal2761632740471314564574
Binary101111101110011101111000100111111001100101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73BC; }

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

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

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

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

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

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

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

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