#BE73B3

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

Shades of Fuchsia #BE73B3

Tints of Fuchsia #BE73B3

Color information

#BE73B3 (or 0xBE73B3) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and B3. RGB value is (190,115,179). Sum of RGB (Red+Green+Blue) = 190+115+179=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73B3 is #418C4C. Grayscale: #909090. Windows color (decimal): -4295757 or 11760574. OLE color: 11760574.

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

Color convert

RGB190115179-
CMYK00.390.060.25
HSL308.8º36.59%59.8%-
HSV(B)308.8º39.47%74.51%-
XYZ35.526.4645.88-
YUV144.72147.35160.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 115 (45.31% from 255) = 23.76%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=39.26%
G=23.76%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011517900.390.060.25308.836.5959.8
HexBE73B3027619135253c
Octal2761632630476314654574
Binary10111110111001110110011010011111011001100110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73B3; }

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

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

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

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

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

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

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

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