#BE73C1

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

Shades of Fuchsia #BE73C1

Tints of Fuchsia #BE73C1

Color information

#BE73C1 (or 0xBE73C1) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and C1. RGB value is (190,115,193). Sum of RGB (Red+Green+Blue) = 190+115+193=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE73C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73C1 is #418C3E. Grayscale: #929292. Windows color (decimal): -4295743 or 12678078. OLE color: 12678078.

HSL color Cylindrical-coordinate representation of color #BE73C1: hue angle of 297.69º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE73C1 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190115193-
CMYK0.020.4000.24
HSL297.69º38.61%60.39%-
HSV(B)297.69º40.41%75.69%-
XYZ36.9927.0653.73-
YUV146.32154.35159.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 115 (45.31% from 255) = 23.09%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=38.15%
G=23.09%
B=38.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901151930.020.4000.24297.6938.6160.39
HexBE73C122801812a273c
Octal2761633012500304524774
Binary1011111011100111100000110101000011000100101010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73C1; }

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

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

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

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

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

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

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

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