#BE65C5

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

Shades of Fuchsia #BE65C5

Tints of Fuchsia #BE65C5

Color information

#BE65C5 (or 0xBE65C5) is unknown color: approx Fuchsia. HEX triplet: BE, 65 and C5. RGB value is (190,101,197). Sum of RGB (Red+Green+Blue) = 190+101+197=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE65C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65C5 is #419A3A. Grayscale: #8A8A8A. Windows color (decimal): -4299323 or 12936638. OLE color: 12936638.

HSL color Cylindrical-coordinate representation of color #BE65C5: hue angle of 295.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE65C5 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190101197-
CMYK0.040.4900.23
HSL295.62º45.28%58.43%-
HSV(B)295.62º48.73%77.25%-
XYZ35.9724.2955.62-
YUV138.56160.99164.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 101 (39.84% from 255) = 20.70%
BLUE value IS 197 (77.34% from 255) = 40.37%
R=38.93%
G=20.70%
B=40.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901011970.040.4900.23295.6245.2858.43
HexBE65C54310171282d3a
Octal2761453054610274505572
Binary10111110110010111000101100110001010111100101000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65C5; }

 p { color: rgb(190,101,197); }

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

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

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

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

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

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

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