#BE73BE

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

Shades of Fuchsia #BE73BE

Tints of Fuchsia #BE73BE

Color information

#BE73BE (or 0xBE73BE) is unknown color: approx Fuchsia. HEX triplet: BE, 73 and BE. RGB value is (190,115,190). Sum of RGB (Red+Green+Blue) = 190+115+190=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73BE is #418C41. Grayscale: #919191. Windows color (decimal): -4295746 or 12481470. OLE color: 12481470.

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

Color convert

RGB190115190-
CMYK00.3900.25
HSL300º36.59%59.8%-
HSV(B)300º39.47%74.51%-
XYZ36.6626.9351.98-
YUV145.98152.85159.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 115 (45.31% from 255) = 23.23%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=38.38%
G=23.23%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011519000.3900.2530036.5959.8
HexBE73BE02701912c253c
Octal2761632760470314544574
Binary101111101110011101111100100111011001100101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73BE; }

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

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

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

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

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

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

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

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